Skip to content

Commit

Permalink
Merge pull request #31 from pupil-labs/rm-cmake-pin
Browse files Browse the repository at this point in the history
Remove pinned cmake requirement
  • Loading branch information
papr authored Oct 29, 2020
2 parents b04f419 + d2b541c commit 254f57d
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 254f57d

Please sign in to comment.