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 af1af29 commit 6a46e0eCopy full SHA for 6a46e0e
.github/workflows/build-sphinx.yml
@@ -79,7 +79,7 @@ jobs:
79
80
- name: Install dpnp dependencies
81
run: |
82
- 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 \
83
cmake cython"<3" pytest ninja scikit-build sysroot_linux-64">=2.28" ${{ env.CHANNELS }}
84
85
- name: Install cuPy dependencies
0 commit comments