Skip to content

Commit 1a285a5

Browse files
committed
Minor update to pyproject.toml
1 parent 3d27b63 commit 1a285a5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
[build-system]
22
requires = [
3-
"cmake>=3.16",
43
"nanobind >=1.3.2",
54
"numpy>=2.0.0; python_version >= '3.9'",
6-
"numpy; python_version < '3.9'",
5+
"numpy<2.0.0; python_version < '3.9'",
76
"packaging",
87
"scikit-build-core >=0.10",
98
"scipy",

0 commit comments

Comments
 (0)