Skip to content

Commit 2c69830

Browse files
committed
Make mkl_random dependencies consistent in clang build
1 parent 5e56f05 commit 2c69830

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
@@ -55,7 +55,7 @@ jobs:
5555

5656
- name: Install mkl_random dependencies
5757
run: |
58-
pip install cython setuptools">=70.1" wheel
58+
pip install cython setuptools">=77"
5959
pip install ${{ matrix.numpy_build_version }}
6060
6161
- name: List oneAPI folder content

0 commit comments

Comments
 (0)