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 913f118 commit 0fa390dCopy full SHA for 0fa390d
.github/workflows/build-sphinx.yml
@@ -97,7 +97,7 @@ jobs:
97
98
- name: Install dpnp dependencies
99
run: |
100
- conda install numpy"<1.24" dpctl">=0.15.1dev2" mkl-devel-dpcpp onedpl-devel tbb-devel dpcpp_linux-64 \
+ conda install numpy"<1.24" dpctl">=0.15.1dev2" mkl-devel-dpcpp onedpl-devel tbb-devel dpcpp_linux-64"<2024.0.1" \
101
cmake cython pytest ninja scikit-build sysroot_linux-64">=2.28" ${{ env.CHANNELS }}
102
103
- name: Install cuPy dependencies
0 commit comments