void-packages/srcpkgs/python3-pywt/patches/relax-numpy-version.patch
2023-11-20 11:27:26 -05:00

12 lines
752 B
Diff

--- ./pyproject.toml.orig 2023-11-20 08:16:21.192898967 -0500
+++ ./pyproject.toml 2023-11-20 08:16:32.003923501 -0500
@@ -18,7 +18,7 @@
# default numpy requirements
"numpy==1.22.4; python_version<='3.10' and platform_python_implementation != 'PyPy'",
"numpy==1.23.3; python_version=='3.11' and platform_python_implementation != 'PyPy'",
- "numpy==1.26.0; python_version=='3.12' and platform_python_implementation != 'PyPy'",
+ "numpy>=1.26.0; python_version=='3.12' and platform_python_implementation != 'PyPy'",
# For Python versions which aren't yet officially supported, we specify an
# unpinned NumPy which allows source distributions to be used and allows
# wheels to be used as soon as they become available.