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 40078e3 + 9e9a5f3 commit fef9a0cCopy full SHA for fef9a0c
Miniforge3/construct.yaml
@@ -1,4 +1,4 @@
1
-{% set version = os.environ.get("MINIFORGE_VERSION", "25.3.0-3") %}
+{% set version = os.environ.get("MINIFORGE_VERSION", "25.3.1-0") %}
2
{% set conda_libmamba_solver_version = "25.3.0" %}
3
# This file is parsed by the scripts to define
4
# - `MICROMAMBA_VERSION` in `scripts/build.sh`
@@ -28,8 +28,8 @@ initialize_by_default: False
28
29
user_requested_specs:
30
- python 3.12.*
31
- - conda >={{ version.split("-")[0] }}
32
- - mamba >={{ mamba_version }}
+ - conda =={{ version.split("-")[0] }}
+ - mamba =={{ mamba_version }}
33
- pip
34
# Omit conda-libmamba-solver so that conda is free to remove it later
35
- miniforge_console_shortcut 1.* # [win]
0 commit comments