numpy: bump version to 1.24.3
[feed/packages.git] / lang / python / numpy / patches / 001-unpin-build-dependencies.patch
1 --- a/pyproject.toml
2 +++ b/pyproject.toml
3 @@ -1,8 +1,8 @@
4 [build-system]
5 # Minimum requirements for the build system to execute.
6 requires = [
7 - "setuptools==59.2.0",
8 - "wheel==0.37.0",
9 + "setuptools>=59.2.0",
10 + "wheel>=0.37.0",
11 "Cython>=0.29.30,<3.0",
12 ]
13