Skip to content

Commit

Permalink
[MAINT] limit version of nilearn to 0.10.2 (#877)
Browse files Browse the repository at this point in the history
limit version of nilearn to 0.10.2
  • Loading branch information
jdkent authored Feb 2, 2024
1 parent c053fd7 commit f182bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ install_requires =
joblib # parallelization
matplotlib>=3.5.2 # this is for nilearn, which doesn't include it in its reqs
nibabel>=3.2.0 # I/O of niftis
nilearn>=0.10.1
nilearn>=0.10.1,<0.10.3 # until https://github.com/nilearn/nilearn/pull/4256 is resolved
numba>=0.57.0 # used by sparse
numpy>=1.22 # numba needs NumPy 1.22 or greater
pandas>=2.0.0
Expand Down

0 comments on commit f182bbd

Please sign in to comment.