Skip to content

Commit 6c30a93

Browse files
committed
MNT: Update expected versions
1 parent 7dbcbae commit 6c30a93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ packages = find:
2525
install_requires =
2626
nibabel >= 3.2.1; python_version >= '3.0'
2727
nibabel >= 2.0; python_version < '3.0'
28-
numpy>=1.26.0b1; python_version > '3.11'
29-
numpy; python_version <= '3.11'
28+
numpy~=1.26.0; python_version > '3.8'
29+
numpy; python_version <= '3.8'
3030
scipy

0 commit comments

Comments
 (0)