Merge pull request #18400 from nmav/tmp-tang-self-contained
[feed/packages.git] / lang / python / numpy / patches / 001-unpin-build-dependencies.patch
1 --- a/pyproject.toml
2 +++ b/pyproject.toml
3 @@ -2,8 +2,8 @@
4 # Minimum requirements for the build system to execute.
5 requires = [
6 "packaging==20.5; platform_machine=='arm64'", # macos M1
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