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.
2 parents 46004d1 + cb1ce3f commit 27458e7Copy full SHA for 27458e7
setup.cfg
@@ -22,8 +22,10 @@ url = https://github.com/poldracklab/nitransforms
22
[options]
23
python_requires = >= 3.7
24
install_requires =
25
- numpy
26
- scipy
+ numpy ~= 1.21.0; python_version<'3.8'
+ numpy ~= 1.21; python_version>'3.7'
27
+ scipy ~= 1.6.0; python_version<'3.8'
28
+ scipy ~= 1.6; python_version>'3.7'
29
nibabel >= 3.0
30
h5py
31
test_requires =
0 commit comments