summaryrefslogtreecommitdiff
path: root/numpy/array_api/tests/test_array_object.py
diff options
context:
space:
mode:
authorKulin Seth <kulinseth@gmail.com>2021-03-03 14:57:05 -0800
committerKulin Seth <kulinseth@gmail.com>2021-03-03 14:57:05 -0800
commit0a8dca0632185058a4438f792cebf04321212da2 (patch)
treeb3bc525cbc7c6a639f4477b867b167a63ee80abd /numpy/array_api/tests/test_array_object.py
parentf691b02c42cd27036344795d837cf8b5cf2b571e (diff)
downloadnumpy-0a8dca0632185058a4438f792cebf04321212da2.tar.gz
18532: Fix the numpy Apple M1 build.
There was a build issue on numpy with M1: AssertionError: would build wheel with unsupported tag ('cp39', 'cp39', 'macosx_11_0_universal2') The issue was fixed in the packaging 20.5 and onwards, but that was not getting picked by setuptools. So explicitly adding this dependency in the toml file. The change was tested with: ``` python3 -m pip install --force-reinstall . ```
Diffstat (limited to 'numpy/array_api/tests/test_array_object.py')
0 files changed, 0 insertions, 0 deletions