Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build wheels with oldest supported numpy #3467

Merged
merged 14 commits into from
May 21, 2023
Prev Previous commit
Next Next commit
work around numpy bug
  • Loading branch information
mpenkov committed May 14, 2023
commit 700ee3b7ec045d6682305a6b07e04fdeab37e74c
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
run: |
pip freeze
python -c 'import numpy;print(numpy.__file__)'
python -c 'from numpy.core import setup_common;print("0x%02x" % setup_common.C_API_VERSION)'
python -c 'import numpy;print(numpy.__version__)'

#
# If the wheel was incorrectly built, then this will fail.
Expand Down