diff options
author | Tyler Reddy <tyler.je.reddy@gmail.com> | 2022-07-10 20:33:55 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-10 20:33:55 -0600 |
commit | 3da5da966d4518f7312bda4872b51f9f21de50a9 (patch) | |
tree | c3f9416064d99f1a81d73e98c2b124f0c4887c0f | |
parent | c1fce11d73a56b1bf348b2f652fd6a110dde4100 (diff) | |
parent | ff3935eab76273e5a6ba240ee2c4f79d941f269b (diff) | |
download | numpy-3da5da966d4518f7312bda4872b51f9f21de50a9.tar.gz |
Merge pull request #21963 from rgommers/remove-packaging-dep
BLD: remove outdated pin for `packaging` on macOS arm64
-rw-r--r-- | pyproject.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index b5564fc07..94f0cc6b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,6 @@ [build-system] # Minimum requirements for the build system to execute. requires = [ - "packaging==20.5; platform_machine=='arm64'", # macos M1 "setuptools==59.2.0", "wheel==0.37.0", "Cython>=0.29.30,<3.0", |