Skip to content

Commit 850ceca

Browse files
committed
Fix numpy build constraint
1 parent 60115ae commit 850ceca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
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"

0 commit comments

Comments
 (0)