From fcfb2263c1c7e7873e48f14a048a5cfc0a17e585 Mon Sep 17 00:00:00 2001 From: Oscar Esteban Date: Mon, 1 Jul 2024 15:41:28 +0200 Subject: [PATCH] MAINT: Pin numpy < 2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ef7d0438..297e4bc5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "nibabel >= 3.0.1", "nilearn >= 0.5.2", "nipype", - "numpy", + "numpy < 2.0", "pandas", "pybids", "pyyaml",