Skip to content

Commit a8a762d

Browse files
committed
Set build requirement numpy<2 for python < 3.9
1 parent 19fd195 commit a8a762d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
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)