We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95a9e2d commit 67fdb51Copy full SHA for 67fdb51
.github/workflows/build-sphinx.yml
@@ -91,7 +91,7 @@ jobs:
91
92
- name: Install dpnp dependencies
93
run: |
94
- conda install numpy"<1.24" dpctl mkl-devel-dpcpp onedpl-devel tbb-devel dpcpp_linux-64 \
+ conda install numpy"<1.24" dpctl">=0.15.0" mkl-devel-dpcpp onedpl-devel tbb-devel dpcpp_linux-64 \
95
cmake cython pytest ninja scikit-build sysroot_linux-64">=2.28" ${{ env.CHANNELS }}
96
97
- name: Install cuPy dependencies
0 commit comments