diff --git a/pyproject.toml b/pyproject.toml index 2d92160..ac435df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" ]