Skip to content

Commit 50f6a88

Browse files
committed
Update pyproject.toml
1 parent 0e950dd commit 50f6a88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [
33
"wheel",
44
"setuptools",
55
"Cython>=0.29.2",
6-
"oldest-supported-numpy; python_version<'3.9'",
6+
"numpy<2; python_version<'3.9'",
77
"numpy>=2; python_version>='3.9'",
88
]
99
build-backend = 'setuptools.build_meta'

0 commit comments

Comments
 (0)