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.
1 parent 37e9176 commit d8018a3Copy full SHA for d8018a3
.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