Skip to content

Commit

Permalink
Merge pull request numpy#21963 from rgommers/remove-packaging-dep
Browse files Browse the repository at this point in the history
BLD: remove outdated pin for `packaging` on macOS arm64
  • Loading branch information
tylerjereddy authored Jul 11, 2022
2 parents c1fce11 + ff3935e commit 3da5da9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 3da5da9

Please sign in to comment.