File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 80
80
- name : Install dpnp dependencies
81
81
run : |
82
82
conda install dpctl mkl-devel-dpcpp onedpl-devel tbb-devel dpcpp_linux-64 \
83
- cmake cython pytest ninja scikit-build sysroot_linux-64">=2.28" ${{ env.CHANNELS }}
83
+ cmake cython"<3" pytest ninja scikit-build sysroot_linux-64">=2.28" ${{ env.CHANNELS }}
84
84
85
85
- name : Install cuPy dependencies
86
86
run : conda install cupy cudatoolkit=10.0
Original file line number Diff line number Diff line change 41
41
sudo apt-get install lcov
42
42
- name : Install dpnp dependencies
43
43
run : |
44
- conda install cython llvm cmake">=3.21" scikit-build ninja pytest pytest-cov coverage[toml] \
44
+ conda install cython"<3" llvm cmake">=3.21" scikit-build ninja pytest pytest-cov coverage[toml] \
45
45
dpctl dpcpp_linux-64 sysroot_linux-64">=2.28" mkl-devel-dpcpp tbb-devel onedpl-devel ${{ env.CHANNELS }}
46
46
- name : Conda info
47
47
run : |
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ requirements:
9
9
- python
10
10
- setuptools
11
11
- numpy >=1.19,<1.25a0
12
- - cython
12
+ - cython <3
13
13
- cmake >=3.21
14
14
- ninja
15
15
- git
You can’t perform that action at this time.
0 commit comments