diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2024-08-28 17:48:23 +0300 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2024-08-28 17:48:23 +0300 |
commit | d28fea44db40a6d8cbdc5d52239a1915628b06af (patch) | |
tree | 7caa26f7935649102f7d9255a50e6abe283573e5 /math/py-pywavelets/files/patch-pyproject.toml | |
parent | math/py-pywavelets: update to 1.6.0 (diff) |
math/py-pywavelets: update to 1.7.0
Update to 1.7.0. The minimum supported Python version is 3.10
Diffstat (limited to 'math/py-pywavelets/files/patch-pyproject.toml')
-rw-r--r-- | math/py-pywavelets/files/patch-pyproject.toml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/math/py-pywavelets/files/patch-pyproject.toml b/math/py-pywavelets/files/patch-pyproject.toml index 954f8a266f08..bd30b028bceb 100644 --- a/math/py-pywavelets/files/patch-pyproject.toml +++ b/math/py-pywavelets/files/patch-pyproject.toml @@ -1,10 +1,11 @@ ---- pyproject.toml.orig 2024-04-01 17:38:02 UTC +--- pyproject.toml.orig 2024-08-12 15:57:53 UTC +++ pyproject.toml -@@ -19,7 +19,7 @@ requires = [ +@@ -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.0rc1,<2.3", +- "numpy>=2.0.0; python_version<'3.13'", +- "numpy>=2.1.0.rc1; python_version>='3.13'", + "numpy", ] |