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 3d40751 commit 93ffe21Copy full SHA for 93ffe21
Miniforge3/construct.yaml
@@ -1,9 +1,9 @@
1
-{% set version = os.environ.get("MINIFORGE_VERSION", "25.3.1-0") %}
2
-{% set conda_libmamba_solver_version = "25.3.0" %}
+{% set version = os.environ.get("MINIFORGE_VERSION", "25.9.1-0") %}
+{% set conda_libmamba_solver_version = "25.4.0" %}
3
# This file is parsed by the scripts to define
4
# - `MICROMAMBA_VERSION` in `scripts/build.sh`
5
# - `MAMBA_VERSION` in `scripts/test.sh`
6
-{% set mamba_version = "2.1.1" %}
+{% set mamba_version = "2.3.3" %}
7
8
name: Miniforge3
9
version: {{ version }}
0 commit comments