Browse Source

User higher numpy version for python 3.9

Wu Jianxiao 5 months ago
parent
commit
8eb55c45e3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pyproject.toml

+ 1 - 1
pyproject.toml

@@ -19,7 +19,7 @@ classifiers = [
 dependencies = [
     "pandas ~= 1.3.5",
     "nipype @ git+https://github.com/nipy/nipype.git@b4cc4db4152e2ec60ee9c6fe922d90560211a4ed",
-    "numpy ~= 1.21.6",
+    "numpy ~= 1.26.0",
     "datalad ~= 0.17.7",
     "nibabel ~= 4.0.2",
 ]