We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 37e9176 + d8018a3 commit c4b81a5Copy full SHA for c4b81a5
.github/workflows/conda-package.yml
@@ -14,7 +14,7 @@ env:
14
# CHANNELS: '-c dppy/label/dev -c intel -c conda-forge --override-channels'
15
CHANNELS: '-c dppy/label/dev -c https://software.repos.intel.com/python/conda/ -c conda-forge --override-channels'
16
CONDA_BUILD_INDEX_ENV_PY_VER: '3.12' # conda does not support python 3.13
17
- CONDA_BUILD_VERSION: '25.1.1'
+ CONDA_BUILD_VERSION: '25.1.2'
18
CONDA_INDEX_VERSION: '0.5.0'
19
# python 3.13 is blocked since BLAS requires "mkl<2025.0" (see https://github.com/conda-forge/blas-feedstock/pull/128
20
# which depends on resolving MKL issue https://github.com/conda-forge/intel_repack-feedstock/issues/83)
0 commit comments