We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d0ddd2e + d4592c2 commit 3c1ed3cCopy full SHA for 3c1ed3c
repo2docker/buildpacks/conda/install-base-env.bash
@@ -5,7 +5,7 @@ set -ex
5
6
cd $(dirname $0)
7
8
-export MAMBA_VERSION="2.0.5"
+export MAMBA_VERSION="2.1.0"
9
export CONDA_VERSION=24.11.0
10
11
URL="https://anaconda.org/conda-forge/micromamba/${MAMBA_VERSION}/download/${CONDA_PLATFORM}/micromamba-${MAMBA_VERSION}-0.tar.bz2"
tests/conda/py35-binder-dir/verify
@@ -16,10 +16,10 @@ v = out.split()[1]
16
assert v[:3] == "3.5", out
17
18
out = sh(["micromamba", "--version"])
19
-assert out == "2.0.5", out
+assert out == "2.1.0", out
20
21
out = sh(["mamba", "--version"])
22
23
24
25
sh([kernel_python, "-c", "import numpy"])
0 commit comments