Skip to content

Commit 23f94c3

Browse files
committed
MAINT: Simplify dependencies
1 parent 6bb3d69 commit 23f94c3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

setup.cfg

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,8 @@ url = https://github.com/nipy/nitransforms
2222
[options]
2323
python_requires = >= 3.7
2424
install_requires =
25-
numpy ~= 1.21.0; python_version<'3.8'
26-
numpy ~= 1.21; python_version>'3.7'
27-
scipy ~= 1.6.0; python_version<'3.8'
28-
scipy ~= 1.6; python_version>'3.7'
25+
numpy >= 1.21.0
26+
scipy >= 1.6.0
2927
nibabel >= 3.0
3028
h5py
3129
test_requires =

0 commit comments

Comments
 (0)