We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d27b63 commit 1a285a5Copy full SHA for 1a285a5
1 file changed
pyproject.toml
@@ -1,9 +1,8 @@
1
[build-system]
2
requires = [
3
- "cmake>=3.16",
4
"nanobind >=1.3.2",
5
"numpy>=2.0.0; python_version >= '3.9'",
6
- "numpy; python_version < '3.9'",
+ "numpy<2.0.0; python_version < '3.9'",
7
"packaging",
8
"scikit-build-core >=0.10",
9
"scipy",
0 commit comments