diff --git a/pyproject.toml b/pyproject.toml index 1197d2c99..f7fe9d4b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "matplotlib ~= 3.10.0", "networkx <= 3.4.2", # nipype needs networkx, but 3+ isn't compatible with nipype 1.8.5 "nibabel >= 3.2.1", - "nilearn == 0.11.0", # 0.10.2 raises error with compcor from fMRIPrep 23 + "nilearn == 0.11.1", # 0.10.2 raises error with compcor from fMRIPrep 23 "nipype ~= 1.9.1", "nireports ~= 24.1.0", "niworkflows == 1.12.1",