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

Skip to content

Commit e5fccd9

Browse files
committed
do not pin cython, numpy
1 parent 1e21305 commit e5fccd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pythran.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
run: |
4646
cd pythran
4747
python -m pip install --upgrade pip
48-
python -m pip install "cython==3.1.0a1"
49-
python -m pip install "numpy==2.2.0rc1" -Csetup-args="-Dallow-noblas=true"
48+
python -m pip install cython
49+
python -m pip install numpy -Csetup-args="-Dallow-noblas=true"
5050
pip install -r requirements.txt
5151
pip install ipython nbval pytest-xdist wheel
5252
sudo apt install libopenblas-dev ${{ matrix.cpp-version }}

0 commit comments

Comments
 (0)