File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8080 - name : Install dpnp dependencies
8181 run : |
8282 conda install dpctl mkl-devel-dpcpp onedpl-devel tbb-devel dpcpp_linux-64 \
83- cmake cython pytest ninja scikit-build sysroot_linux-64">=2.28" ${{ env.CHANNELS }}
83+ cmake cython"<3" pytest ninja scikit-build sysroot_linux-64">=2.28" ${{ env.CHANNELS }}
8484
8585 - name : Install cuPy dependencies
8686 run : conda install cupy cudatoolkit=10.0
Original file line number Diff line number Diff line change 4141 sudo apt-get install lcov
4242 - name : Install dpnp dependencies
4343 run : |
44- conda install cython llvm cmake">=3.21" scikit-build ninja pytest pytest-cov coverage[toml] \
44+ conda install cython"<3" llvm cmake">=3.21" scikit-build ninja pytest pytest-cov coverage[toml] \
4545 dpctl dpcpp_linux-64 sysroot_linux-64">=2.28" mkl-devel-dpcpp tbb-devel onedpl-devel ${{ env.CHANNELS }}
4646 - name : Conda info
4747 run : |
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ requirements:
99 - python
1010 - setuptools
1111 - numpy >=1.19,<1.25a0
12- - cython
12+ - cython <3
1313 - cmake >=3.21
1414 - ninja
1515 - git
You can’t perform that action at this time.
0 commit comments