From e2ddfe4b604aca8918f7140077c73b2212f302c1 Mon Sep 17 00:00:00 2001 From: Ariel Rokem Date: Fri, 4 Oct 2024 17:42:05 -0700 Subject: [PATCH] Upgrade DIPY to a version that works with numpy 2. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 89615eb5f..99b0e67b3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,7 +28,7 @@ python_requires = >=3.10 install_requires = # core packages scikit_image>=0.14.2 - dipy>=1.8.0,<1.9.0 + dipy>=1.9.0 pandas pybids>=0.16.2 templateflow>=0.8