Skip to content

Commit 5566d4d

Browse files
committed
old numpy for 3.8
1 parent 7465743 commit 5566d4d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
requires = [
33
"cmake>=3.16",
44
"nanobind >=1.3.2",
5-
"numpy>=2.0.0",
5+
"numpy>=2.0.0; python_version >= '3.9'",
6+
"numpy; python_version < '3.9'",
67
"packaging",
78
"scikit-build-core >=0.10",
89
"scipy",

0 commit comments

Comments
 (0)