Skip to content

Commit

Permalink
bump min numpy/seaborn versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkent committed Jan 10, 2024
1 parent ca11ec7 commit 1cc8be7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ install_requires =
nibabel>=3.2.0 # I/O of niftis
nilearn>=0.10.1
numba>=0.57.0 # used by sparse
numpy>=1.22 # numba needs NumPy 1.22 or greater
numpy>=1.24.1 # numba needs NumPy 1.22 or greater
pandas>=2.0.0
patsy # for cbmr
plotly # nimare.reports
Expand All @@ -55,7 +55,7 @@ install_requires =
requests # nimare.extract
scikit-learn>=1.0.0 # nimare.annotate and nimare.decode
scipy>=1.6.0
seaborn # nimare.reports
seaborn>=0.13.0 # nimare.reports
sparse>=0.13.0 # for kernel transformers
statsmodels!=0.13.2 # this version doesn't install properly
tqdm # progress bars throughout package
Expand Down

0 comments on commit 1cc8be7

Please sign in to comment.