summaryrefslogtreecommitdiff
path: root/science/py-dipy/files/patch-pyproject.toml
blob: c0c51c30c348ff1df7c3dc7c279686d847cd4730 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- pyproject.toml.orig	2024-12-13 10:44:59 UTC
+++ pyproject.toml
@@ -149,7 +149,7 @@ requires = [
     # Note that building against numpy 1.x works fine too - users and
     # redistributors can do this by installing the numpy version they like and
     # disabling build isolation.
-    "numpy>=2.0.0rc1; python_version>='3.9' and platform_python_implementation!='PyPy'",
+    "numpy; python_version>='3.9' and platform_python_implementation!='PyPy'",
     "numpy; python_version>='3.9' and platform_python_implementation=='PyPy'",
 ]