Skip to content

Commit

Permalink
Merge pull request #139 from poldracklab/fix/scipy-dependencies
Browse files Browse the repository at this point in the history
MAINT: scipy-1.8, numpy-1.22 require python 3.8
  • Loading branch information
oesteban authored Feb 10, 2022
2 parents 46004d1 + cb1ce3f commit 27458e7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ url = https://github.com/poldracklab/nitransforms
[options]
python_requires = >= 3.7
install_requires =
numpy
scipy
numpy ~= 1.21.0; python_version<'3.8'
numpy ~= 1.21; python_version>'3.7'
scipy ~= 1.6.0; python_version<'3.8'
scipy ~= 1.6; python_version>'3.7'
nibabel >= 3.0
h5py
test_requires =
Expand Down

0 comments on commit 27458e7

Please sign in to comment.