Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b068fc commit f89dca7Copy full SHA for f89dca7
pyproject.toml
@@ -1,6 +1,6 @@
1
[build-system]
2
requires = [
3
- "setuptools==59.2.0", "wheel==0.37.0", "cmake==3.22.3", "pip",
+ "setuptools==59.2.0", "wheel==0.37.0", "cmake>=3.6.3", "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