Skip to content

Commit 0b7213a

Browse files
committed
Use the latest numpy but cython<3.1.7
1 parent 9d6f413 commit 0b7213a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656

5757
- name: Install mkl_umath dependencies
5858
run: |
59-
pip install scikit-build cmake ninja cython"<3.2" setuptools">=77"
59+
pip install scikit-build cmake ninja cython"<3.1.7" setuptools">=77"
6060
pip install ${{ matrix.numpy_version }}
6161
6262
- name: List oneAPI folder content

0 commit comments

Comments
 (0)