Skip to content

Commit

Permalink
Update to mamba 1.5.11
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
  • Loading branch information
jjerphan committed Dec 10, 2024
1 parent 8f09a33 commit ff10a67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Miniforge3/construct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{% set version = os.environ.get("MINIFORGE_VERSION", "24.9.2-0") %}
{% set conda_libmamba_solver_version = "24.9.0"%}
# when mamba_version is updated here, also update MICROMAMBA_VERSION in scripts/build.sh
{% set mamba_version = "1.5.9"%}
{% set mamba_version = "1.5.11"%}

name: {{ name }}
version: {{ version }}
Expand All @@ -29,7 +29,7 @@ user_requested_specs:
{% if name.endswith("pypy3") %}
- python 3.9.* *_pypy
- conda >=24.7.1
- mamba >=1.5.9
- mamba >=1.5.11
{% else %}
- python 3.12.*
- conda >={{ version.split("-")[0] }}
Expand All @@ -43,7 +43,7 @@ specs:
{% if name.endswith("pypy3") %}
- python 3.9.* *_pypy
- conda 24.7.1
- mamba 1.5.9
- mamba 1.5.11
- conda-libmamba-solver 24.7.0
{% else %}
- python 3.12.*
Expand Down
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ cp LICENSE "${TEMP_DIR}/"
ls -al "${TEMP_DIR}"

if [[ "${TARGET_PLATFORM}" != win-* ]]; then
MICROMAMBA_VERSION=1.5.9
MICROMAMBA_VERSION=1.5.11
MICROMAMBA_BUILD=0
mkdir "${TEMP_DIR}/micromamba"
pushd "${TEMP_DIR}/micromamba"
Expand Down

0 comments on commit ff10a67

Please # to comment.