Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0d5e59a

Browse files
committed
update numpy dependency in pythran
1 parent f662c6c commit 0d5e59a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythran.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: |
4646
cd pythran
4747
python -m pip install --upgrade pip
48-
python -m pip install numpy -Csetup-args="-Dallow-noblas=true"
48+
python -m pip install "numpy>=2.2.0" -Csetup-args="-Dallow-noblas=true"
4949
pip install -r requirements.txt
5050
pip install ipython nbval pytest-xdist wheel
5151
sudo apt install libopenblas-dev ${{ matrix.cpp-version }}

0 commit comments

Comments
 (0)