Skip to content

Commit

Permalink
Remove pinned cmake requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
papr authored Oct 28, 2020
1 parent b04f419 commit d2b541c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = [
"setuptools",
"wheel",
"scikit-build",
"cmake==3.14.4", # 3.15 is missing wheels for mac and crashes on install
"cmake",
"ninja",
"pupil-pthreads-win"
]
Expand Down

0 comments on commit d2b541c

Please sign in to comment.