summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2021-03-06 22:21:39 +0200
committerGitHub <noreply@github.com>2021-03-06 22:21:39 +0200
commit6a2cd663eaecc2ab1697c856b9a680a7d5704cff (patch)
treed60c6fd3272b19bad338d228ff44383377d34c57
parenteff28c4c903d39c9be373434e7e5ef1fdf194a77 (diff)
parent267a435d9f0875f96508e055acb71145959c18bb (diff)
downloadnumpy-6a2cd663eaecc2ab1697c856b9a680a7d5704cff.tar.gz
Merge pull request #18538 from kulinseth/18532_M1_build_fix
Fix the numpy Apple M1 build
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index b1ffd8c76..14f275e97 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,7 @@
[build-system]
# Minimum requirements for the build system to execute.
requires = [
+ "packaging==20.5; platform_machine=='arm64'", # macos M1
"setuptools<49.2.0",
"wheel==0.36.2",
"Cython>=0.29.21,<3.0", # Note: keep in sync with tools/cythonize.py
@@ -73,4 +74,3 @@ requires = [
directory = "change"
name = "Changes"
showcontent = true
-