Edit

IABSD.fr/ports/math/py-PyWavelets/patches

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2024-12-18 09:59:44
    Hash : 679600b4
    Message : relax numpy version requirement for py3.12, as was already done for 3.11

  • patch-pyproject_toml
  • Index: pyproject.toml
    --- pyproject.toml.orig
    +++ pyproject.toml
    @@ -16,9 +16,7 @@ requires = [
         # API versions by default).
     
         # 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",
         # 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.