From 12aea7fc0ba82a17113529c4c17c591ba99244d3 Mon Sep 17 00:00:00 2001 From: Dan Handwerker <7406227+handwerkerd@users.noreply.github.com> Date: Tue, 7 May 2024 11:19:54 -0400 Subject: [PATCH] minimum nilearn 0.10.3 (#1094) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f757350e7..d74a6c3aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "mapca>=0.0.4,<=0.0.5", "matplotlib", "nibabel>=2.5.1,<=5.2.1", - "nilearn>=0.7,<=0.10.4", + "nilearn>=0.10.3,<=0.10.4", "numpy>=1.16,<=1.26.4", "pandas>=2.0,<=2.2.2", "pybtex",