numpy: bump to version 1.25.1
[feed/packages.git] / lang / python / numpy / patches / 001-unpin-build-dependencies.patch
1 --- a/pyproject.toml
2 +++ b/pyproject.toml
3 @@ -4,11 +4,11 @@
4 #build-backend = "mesonpy"
5 requires = [
6 # setuptools, wheel and Cython are needed for the setup.py based build
7 - "setuptools==59.2.0",
8 + "setuptools>=59.2.0",
9 # `wheel` is needed for non-isolated builds, given that `meson-python`
10 # doesn't list it as a runtime requirement (at least in 0.11.0) - it's
11 # likely to be removed as a dependency in meson-python 0.12.0.
12 - "wheel==0.38.1",
13 + "wheel>=0.38.1",
14 "Cython>=0.29.34,<3.0",
15 # "meson-python>=0.10.0",
16 ]