Skip to content

Commit c62cf71

Browse files
committed
Bump dependency on DPC++ compiler and oneMKL
1 parent f988404 commit c62cf71

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/conda-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

conda-recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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') %}

0 commit comments

Comments
 (0)