Skip to content

Commit fd2c545

Browse files
committed
Enable support for numpy 2
Signed-off-by: Keith Battocchi <[email protected]>
1 parent ef30138 commit fd2c545

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ all = [
8989
requires = [
9090
"setuptools",
9191
"wheel",
92-
"oldest-supported-numpy",
92+
"numpy>=2; python_version > '3.8'",
93+
"oldest-supported-numpy; python_version <= '3.8'",
9394
"scipy",
9495
"cython<3" # Our native code has several incompatibilities with Cython 3
9596
]

0 commit comments

Comments
 (0)