Skip to content
Merged
Prev Previous commit
Next Next commit
Added CMake to pyproject.toml for builds from source
  • Loading branch information
themarpe committed Jan 26, 2023
commit eefa7abf444c03d149c1a33e70a46c083122b5a0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[build-system]
requires = ["setuptools", "wheel", "mypy"] # Must be preinstalled "cmake>=3.2.0"
requires = ["setuptools", "wheel", "mypy", "cmake==3.25"]