Skip to content

Commit e5c482d

Browse files
committed
numpy 2 support
1 parent 5b10ed1 commit e5c482d

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
@@ -1,8 +1,9 @@
11
[build-system]
22
requires = [
33
"Cython>=0.29",
4-
"oldest-supported-numpy",
54
"setuptools>=61",
5+
"oldest-supported-numpy ; python_version < '3.9'",
6+
"numpy>=2.0.0rc1,<3 ; python_version >= '3.9'",
67
]
78
build-backend = "setuptools.build_meta"
89

0 commit comments

Comments
 (0)