ports/math/py-pywavelets/files/patch-pyproject.toml
Max Brazhnikov d28fea44db math/py-pywavelets: update to 1.7.0
Update to 1.7.0. The minimum supported Python version is 3.10
2024-08-28 17:48:23 +03:00

12 lines
406 B
TOML

--- pyproject.toml.orig 2024-08-12 15:57:53 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",
]
[project]