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.
2 parents 738372b + 6a46e0e commit 6bd99feCopy full SHA for 6bd99fe
.github/workflows/build-sphinx.yml
@@ -83,7 +83,7 @@ jobs:
83
84
- name: Install dpnp dependencies
85
run: |
86
- conda install dpctl mkl-devel-dpcpp onedpl-devel tbb-devel dpcpp_linux-64 \
+ conda install numpy"<1.24" dpctl mkl-devel-dpcpp onedpl-devel tbb-devel dpcpp_linux-64 \
87
cmake cython"<3" pytest ninja scikit-build sysroot_linux-64">=2.28" ${{ env.CHANNELS }}
88
89
- name: Install cuPy dependencies
0 commit comments