summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Darbois <mayeut@users.noreply.github.com>2022-03-05 20:22:17 +0100
committerGitHub <noreply@github.com>2022-03-05 20:22:17 +0100
commitc11222af7adf6d056da3ecbd35726704e5342241 (patch)
tree5827e6c431c9ba98cc33d8ba4dd3f052d332aa7e
parent382641507a48ac8fead6b4ae6725f3245505664a (diff)
downloadnumpy-c11222af7adf6d056da3ecbd35726704e5342241.tar.gz
Apply review suggestion
Co-authored-by: Matti Picus <matti.picus@gmail.com>
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 8e6cab1c8..be8e665bf 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -89,7 +89,7 @@ manylinux-aarch64-image = "manylinux2014"
environment = { CFLAGS="-std=c99 -fno-strict-aliasing", LDFLAGS="-Wl,--strip-debug", OPENBLAS64_="/usr/local", NPY_USE_BLAS_ILP64="1", RUNNER_OS="Linux" }
[tool.cibuildwheel.macos]
-# TODO: Add universal2 wheels, we need to fuse them manually
+# For universal2 wheels, we will need to fuse them manually
# instead of going through cibuildwheel
# This is because cibuildwheel tries to make a fat wheel
# https://github.com/multi-build/multibuild/blame/devel/README.rst#L541-L565