File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -93,13 +93,13 @@ jobs:
9393 continue-on-error : true
9494 run : conda build --no-test --python ${{ matrix.python }} --numpy 2.0 ${{ env.channels-list }} conda-recipe
9595 env :
96- MAX_BUILD_CMPL_MKL_VERSION : ' 2026 .0a0'
96+ MAX_BUILD_CMPL_MKL_VERSION : ' 2027 .0a0'
9797
9898 - name : ReBuild conda package
9999 if : steps.build_conda_pkg.outcome == 'failure'
100100 run : conda build --no-test --python ${{ matrix.python }} --numpy 2.0 ${{ env.channels-list }} conda-recipe
101101 env :
102- MAX_BUILD_CMPL_MKL_VERSION : ' 2026 .0a0'
102+ MAX_BUILD_CMPL_MKL_VERSION : ' 2027 .0a0'
103103
104104 - name : Upload artifact
105105 uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
Original file line number Diff line number Diff line change 11{% set max_compiler_and_mkl_version = environ.get("MAX_BUILD_CMPL_MKL_VERSION", "2027.0a0") %}
2- {% set required_compiler_and_mkl_version = "2025 .0" %}
2+ {% set required_compiler_and_mkl_version = "2026 .0" %}
33{% set required_dpctl_version = "0.22.0" %}
44
55{% set pyproject = load_file_data('pyproject.toml') %}
You can’t perform that action at this time.
0 commit comments