diff --git a/pyproject.toml b/pyproject.toml index 66c5fa3..4467062 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ ] dependencies = [ "h5py", - "nilearn", + "nilearn >=0.10.2", "pybids >=0.15.0, <0.16.0", "templateflow < 23.0.0", "tqdm", diff --git a/requirements.txt b/requirements.txt index 966be51..00e9d5b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ interface-meta==1.3.0 joblib==1.3.2 lxml==4.9.3 nibabel==5.2.0 -nilearn==0.9.2 +nilearn==0.10.2 num2words==0.5.13 numpy==1.26.2 packaging==23.2