Skip to content

Commit

Permalink
Remove upper bound for matplotlib version (#751)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghisvail authored Nov 17, 2022
1 parent 87f4559 commit abb8feb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ install_requires =
fuzzywuzzy # nimare.annotate
indexed_gzip>=1.4.0 # working with gzipped niftis
joblib # parallelization
matplotlib<3.5 # this is for nilearn, which doesn't include it in its reqs
matplotlib>=3.0 # this is for nilearn, which doesn't include it in its reqs
nibabel>=3.0.0 # I/O of niftis
nilearn>=0.7.1
numba # used by sparse
Expand Down Expand Up @@ -84,6 +84,7 @@ tests =
pytest-cov
minimum =
indexed_gzip==1.4
matplotlib==3.3.4
nibabel==3.0
nilearn==0.7.1
numpy==1.18
Expand Down

0 comments on commit abb8feb

Please sign in to comment.