Skip to content

Commit 9d6f413

Browse files
committed
Use the latest numpy but cython<3.2
1 parent cf4db15 commit 9d6f413

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/build-with-clang.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
python: ["3.10", "3.11", "3.12", "3.13"]
17-
# numpy_version: ["numpy'>=2'"]
18-
numpy_version: ["numpy'<2.3.3'"]
17+
numpy_version: ["numpy'>=2'"]
1918

2019
env:
2120
ONEAPI_ROOT: /opt/intel/oneapi
@@ -57,7 +56,7 @@ jobs:
5756

5857
- name: Install mkl_umath dependencies
5958
run: |
60-
pip install scikit-build cmake ninja cython setuptools">=77"
59+
pip install scikit-build cmake ninja cython"<3.2" setuptools">=77"
6160
pip install ${{ matrix.numpy_version }}
6261
6362
- name: List oneAPI folder content

0 commit comments

Comments
 (0)