We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bb3d69 commit 23f94c3Copy full SHA for 23f94c3
setup.cfg
@@ -22,10 +22,8 @@ url = https://github.com/nipy/nitransforms
22
[options]
23
python_requires = >= 3.7
24
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'
+ numpy >= 1.21.0
+ scipy >= 1.6.0
29
nibabel >= 3.0
30
h5py
31
test_requires =
0 commit comments