From 1bf604f9407446e37f8b176434f8c21e3a94b982 Mon Sep 17 00:00:00 2001 From: Remi Gau Date: Thu, 14 Dec 2023 10:12:31 +0100 Subject: [PATCH] bump nilearn version --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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