Skip to content

Commit 6a46e0e

Browse files
Pin to numpy<1.24 in build_sphinx (#1491)
1 parent af1af29 commit 6a46e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-sphinx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
8080
- name: Install dpnp dependencies
8181
run: |
82-
conda install dpctl mkl-devel-dpcpp onedpl-devel tbb-devel dpcpp_linux-64 \
82+
conda install numpy"<1.24" dpctl mkl-devel-dpcpp onedpl-devel tbb-devel dpcpp_linux-64 \
8383
cmake cython"<3" pytest ninja scikit-build sysroot_linux-64">=2.28" ${{ env.CHANNELS }}
8484
8585
- name: Install cuPy dependencies

0 commit comments

Comments
 (0)