Skip to content

Commit

Permalink
Install numpy < 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ev-br authored Jun 18, 2024
1 parent 2cd8019 commit 0c337fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_cirun_graviton.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Install python dependencies
run: |
pip3 install numpy meson meson-python ninja build asv virtualenv
pip3 install "numpy<2" meson meson-python ninja buildinstall"rtualenv
# pip3 install scipy_openblas32
# install the nightly OpenBLAS wheel
pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple scipy-openblas32
Expand Down

0 comments on commit 0c337fa

Please sign in to comment.