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 d7a5837 + 90a98b5 commit cad3155Copy full SHA for cad3155
Miniforge3/construct.yaml
@@ -1,4 +1,4 @@
1
-{% set version = os.environ.get("MINIFORGE_VERSION", "24.11.3-0") %}
+{% set version = os.environ.get("MINIFORGE_VERSION", "24.11.3-1") %}
2
{% set conda_libmamba_solver_version = "24.9.0"%}
3
# This file is parsed by the scripts to define
4
# - `MICROMAMBA_VERSION` in `scripts/build.sh`
scripts/build.sh
@@ -14,7 +14,7 @@ echo "***** Install constructor *****"
14
mamba install --yes \
15
--channel conda-forge --override-channels \
16
jinja2 curl libarchive \
17
- "constructor>=3.11.1"
+ "constructor>=3.11.2"
18
19
if [[ "$(uname)" == "Darwin" ]]; then
20
0 commit comments