Skip to content

Commit

Permalink
update numpy dependency in pythran
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed Dec 8, 2024
1 parent be76e52 commit f7cccc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythran.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: |
cd pythran
python -m pip install --upgrade pip
python -m pip install "numpy>=2.2.0" -Csetup-args="-Dallow-noblas=true"
python -m pip install "numpy==2.2.0rc1" -Csetup-args="-Dallow-noblas=true"
pip install -r requirements.txt
pip install ipython nbval pytest-xdist wheel
sudo apt install libopenblas-dev ${{ matrix.cpp-version }}
Expand Down

0 comments on commit f7cccc6

Please sign in to comment.