File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 97
97
98
98
- name : Install dpnp dependencies
99
99
run : |
100
- conda install numpy"<1.24" dpctl">=0.15.1dev2" mkl-devel-dpcpp onedpl-devel tbb-devel dpcpp_linux-64 \
100
+ conda install numpy"<1.24" dpctl">=0.15.1dev2" mkl-devel-dpcpp onedpl-devel tbb-devel dpcpp_linux-64"<2024.0.1" \
101
101
cmake cython pytest ninja scikit-build sysroot_linux-64">=2.28" ${{ env.CHANNELS }}
102
102
103
103
- name : Install cuPy dependencies
Original file line number Diff line number Diff line change 1
1
{% set required_compiler_and_mkl_version = "2024.0" %}
2
+ {% set max_compiler_version = "2024.0.1" %}
2
3
{% set required_dpctl_version = "0.15.1dev2" %}
3
4
4
5
package :
@@ -24,7 +25,7 @@ requirements:
24
25
- scikit-build
25
26
build :
26
27
- {{ compiler('cxx') }}
27
- - {{ compiler('dpcpp') }} >={{ required_compiler_and_mkl_version }} # [not osx]
28
+ - {{ compiler('dpcpp') }} >={{ required_compiler_and_mkl_version }},<{{ max_compiler_version }} # [not osx]
28
29
- sysroot_linux-64 >=2.28 # [linux]
29
30
run :
30
31
- python
You can’t perform that action at this time.
0 commit comments