Skip to content

Commit fef9a0c

Browse files
authored
Merge pull request #807 from millsks/main
update conda to 25.3.1
2 parents 40078e3 + 9e9a5f3 commit fef9a0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Miniforge3/construct.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set version = os.environ.get("MINIFORGE_VERSION", "25.3.0-3") %}
1+
{% set version = os.environ.get("MINIFORGE_VERSION", "25.3.1-0") %}
22
{% set conda_libmamba_solver_version = "25.3.0" %}
33
# This file is parsed by the scripts to define
44
# - `MICROMAMBA_VERSION` in `scripts/build.sh`
@@ -28,8 +28,8 @@ initialize_by_default: False
2828

2929
user_requested_specs:
3030
- python 3.12.*
31-
- conda >={{ version.split("-")[0] }}
32-
- mamba >={{ mamba_version }}
31+
- conda =={{ version.split("-")[0] }}
32+
- mamba =={{ mamba_version }}
3333
- pip
3434
# Omit conda-libmamba-solver so that conda is free to remove it later
3535
- miniforge_console_shortcut 1.* # [win]

0 commit comments

Comments
 (0)