diff options
Diffstat (limited to 'math/py-pywavelets/files/patch-pyproject.toml')
-rw-r--r-- | math/py-pywavelets/files/patch-pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-pywavelets/files/patch-pyproject.toml b/math/py-pywavelets/files/patch-pyproject.toml index bd30b028bceb..2becaec0461f 100644 --- a/math/py-pywavelets/files/patch-pyproject.toml +++ b/math/py-pywavelets/files/patch-pyproject.toml @@ -1,11 +1,11 @@ ---- pyproject.toml.orig 2024-08-12 15:57:53 UTC +--- pyproject.toml.orig 2024-12-09 13:26:23 UTC +++ pyproject.toml @@ -16,8 +16,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.0; python_version<'3.13'", -- "numpy>=2.1.0.rc1; python_version>='3.13'", +- "numpy>=2.1.0; python_version>='3.13'", + "numpy", ] |