File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -107,8 +107,8 @@ jobs:
107
107
108
108
- name : Install dpnp dependencies
109
109
run : |
110
- conda install numpy"<1.24" dpctl">=0.17.0dev0" mkl-devel-dpcpp onedpl-devel tbb-devel dpcpp_linux-64"<2024.0.1" \
111
- cmake cython pytest ninja scikit-build sysroot_linux-64">=2.28" ${{ env.CHANNELS }}
110
+ conda install numpy"<1.24" dpctl">=0.17.0dev0" mkl-devel-dpcpp onedpl-devel tbb-devel dpcpp_linux-64 \
111
+ cmake cython pytest ninja scikit-build ${{ env.CHANNELS }}
112
112
113
113
- name : Install cuPy dependencies
114
114
run : conda install cupy cudatoolkit=10.0
Original file line number Diff line number Diff line change 48
48
49
49
- name : Install dpnp dependencies
50
50
run : |
51
- # use DPC++ compiler 2023.2 to work around an issue with crash
52
51
conda install cython llvm cmake">=3.21" scikit-build ninja pytest pytest-cov coverage[toml] \
53
- dpctl">=0.17.0dev0" dpcpp_linux-64"=2023.2" sysroot_linux-64">=2.28" mkl-devel-dpcpp tbb-devel"=2021.10" \
54
- onedpl-devel ${{ env.CHANNELS }}
52
+ dpctl">=0.17.0dev0" dpctl dpcpp_linux-64 mkl-devel-dpcpp tbb-devel onedpl-devel ${{ env.CHANNELS }}
55
53
56
54
- name : Conda info
57
55
run : |
You can’t perform that action at this time.
0 commit comments