File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
env :
10
10
PACKAGE_NAME : dpnp
11
11
MODULE_NAME : dpnp
12
- CHANNELS : ' -c dppy/label/dev -c intel -c conda-forge --override-channels'
12
+ CHANNELS : ' -c dppy/label/dev -c intel/label/validation -c intel -c conda-forge --override-channels'
13
13
# TODO: to add test_arraymanipulation.py back to the scope once crash on Windows is gone
14
14
TEST_SCOPE : >-
15
15
test_arraycreation.py
@@ -328,7 +328,7 @@ jobs:
328
328
${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-
329
329
330
330
- name : Install opencl_rt
331
- run : conda install opencl_rt -c intel --override-channels
331
+ run : conda install opencl_rt -c intel/label/validation -c intel --override-channels
332
332
333
333
- name : Install dpnp
334
334
run : |
Original file line number Diff line number Diff line change @@ -14,19 +14,19 @@ requirements:
14
14
- ninja
15
15
- git
16
16
- dpctl >=0.15.0
17
- - mkl-devel-dpcpp {{ environ.get('MKL_VER', '>=2023.2 .0') }}
17
+ - mkl-devel-dpcpp {{ environ.get('MKL_VER', '>=2024 .0') }}
18
18
- onedpl-devel
19
19
- tbb-devel
20
20
- wheel
21
21
- scikit-build
22
22
build :
23
23
- {{ compiler('cxx') }}
24
- - {{ compiler('dpcpp') }} >=2023.2 .0 # [not osx]
24
+ - {{ compiler('dpcpp') }} >=2024 .0 # [not osx]
25
25
- sysroot_linux-64 >=2.28 # [linux]
26
26
run :
27
27
- python
28
28
- dpctl >=0.15.0
29
- - {{ pin_compatible(' dpcpp-cpp-rt', min_pin='x.x', max_pin='x') }}
29
+ - dpcpp-cpp-rt >= 2024.0
30
30
- {{ pin_compatible('mkl-dpcpp', min_pin='x.x', max_pin='x') }}
31
31
- {{ pin_compatible('numpy', min_pin='x.x', max_pin='x') }}
32
32
You can’t perform that action at this time.
0 commit comments