File tree Expand file tree Collapse file tree 4 files changed +15
-15
lines changed
Expand file tree Collapse file tree 4 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 1- {% set required_compiler_version = "2023.2 " %}
1+ {% set required_compiler_version = "2024.0 " %}
22{% set excluded_compiler_version1 = "2024.0.1" %}
33{% set excluded_compiler_version2 = "2024.0.2" %}
44
@@ -28,18 +28,18 @@ requirements:
2828 - scikit-build >=0.15*
2929 - ninja # [not win]
3030 - cmake >=3.26*
31- - numba >=0.58 *
32- - dpctl >=0.14 *
33- - dpnp >=0.11 *
31+ - numba >=0.59 *
32+ - dpctl >=0.16 *
33+ - dpnp >=0.14 *
3434 - dpcpp-llvm-spirv
3535 - wheel
3636 run :
3737 - {{ pin_compatible('dpcpp-cpp-rt', min_pin='x.x', max_pin='x') }}
3838 - python
39- - numba >=0.58 *
40- - dpctl >=0.14 *
39+ - numba >=0.59 *
40+ - dpctl >=0.16 *
4141 - dpcpp-llvm-spirv
42- - dpnp >=0.11 *
42+ - dpnp >=0.14 *
4343 - packaging
4444
4545test :
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ channels:
88dependencies :
99 - libffi
1010 - gxx_linux-64
11- - dpcpp_linux-64>=2023.2 ,!=2024.0.1,!=2024.0.2
11+ - dpcpp_linux-64>=2024.0 ,!=2024.0.1,!=2024.0.2
1212 - numba==0.58*
1313 - dpctl
1414 - dpnp
Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ channels:
88dependencies :
99 - libffi
1010 - gxx_linux-64
11- - dpcpp_linux-64>=2023.2 ,!=2024.0.1,!=2024.0.2
12- - numba==0.58 *
11+ - dpcpp_linux-64>=2024.0 ,!=2024.0.1,!=2024.0.2
12+ - numba==0.59 *
1313 - scikit-build>=0.15*
1414 - cmake>=3.26*
15- - dpctl
16- - dpnp
15+ - dpctl>=0.16*
16+ - dpnp>=0.14*
1717 - dpcpp-llvm-spirv
1818 - opencl_rt
1919 - pip
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ channels:
77 - nodefaults
88dependencies :
99 - libffi
10- - numba==0.58 *
11- - dpctl
12- - dpnp
10+ - numba==0.59 *
11+ - dpctl>=0.16*
12+ - dpnp>=0.14*
1313 - dpcpp-llvm-spirv
1414 - opencl_rt
1515 - coverage
You can’t perform that action at this time.
0 commit comments