We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 056f900 + 443b747 commit 8f2049eCopy full SHA for 8f2049e
pyproject.toml
@@ -1,6 +1,6 @@
1
[build-system]
2
requires = [
3
- "setuptools", "wheel", "cmake", "pip",
+ "setuptools==59.2.0", "wheel==0.37.0", "cmake>=3.1", "pip",
4
"scikit-build>=0.13.2",
5
"numpy==1.13.3; python_version=='3.6' and platform_machine != 'aarch64' and platform_machine != 'arm64'",
6
"numpy==1.14.5; python_version=='3.7' and platform_machine != 'aarch64' and platform_machine != 'arm64'",
0 commit comments