Skip to content

Commit 4bfbcc4

Browse files
committed
Fix pyproject
1 parent dd3bf94 commit 4bfbcc4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
requires = [
33
"setuptools",
44
"cython>=0.25",
5-
"numpy>=1.15.0; python_version < '3.9'",
6-
"numpy>=1.25.0; python_version >= '3.9'",
5+
"numpy>=2.0.0,<3.0.0"
76
]
87
build-backend = "setuptools.build_meta"
98

0 commit comments

Comments
 (0)