Skip to content

Commit 95f2778

Browse files
committed
allow numpy>2
1 parent 4924e6b commit 95f2778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def main():
2626
# see https://numpy.org/doc/stable/release/2.3.0-notes.html#numpy-2-3-0-release-notes
2727
install_requires = [
2828
'numpy<2.0; python_version<"3.9"',
29-
'numpy(>=2, <2.3.0); python_version>="3.9"',
29+
'numpy(>=2, <2.4.0); python_version>="3.9"',
3030
]
3131

3232
python_version = cmaker.CMaker.get_python_version()

0 commit comments

Comments
 (0)