diff options
author | Kulin Seth <kulinseth@gmail.com> | 2021-03-03 14:57:05 -0800 |
---|---|---|
committer | Kulin Seth <kulinseth@gmail.com> | 2021-03-03 14:57:05 -0800 |
commit | 0a8dca0632185058a4438f792cebf04321212da2 (patch) | |
tree | b3bc525cbc7c6a639f4477b867b167a63ee80abd /numpy/array_api/tests/test_array_object.py | |
parent | f691b02c42cd27036344795d837cf8b5cf2b571e (diff) | |
download | numpy-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