Skip to content

Commit d4592c2

Browse files
committed
Bump mamba from 2.0.8 to 2.1.0
Bumps [mamba](https://github.com/mamba-org/mamba) from 2.0.8 to 2.1.0. - [Release notes](https://github.com/mamba-org/mamba/releases) - [Commits](mamba-org/mamba@2.0.8...2.1.0)
1 parent 30b2a71 commit d4592c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

repo2docker/buildpacks/conda/install-base-env.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -ex
55

66
cd $(dirname $0)
77

8-
export MAMBA_VERSION="2.0.8"
8+
export MAMBA_VERSION="2.1.0"
99
export CONDA_VERSION=24.11.0
1010

1111
URL="https://anaconda.org/conda-forge/micromamba/${MAMBA_VERSION}/download/${CONDA_PLATFORM}/micromamba-${MAMBA_VERSION}-0.tar.bz2"

tests/conda/py35-binder-dir/verify

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ v = out.split()[1]
1616
assert v[:3] == "3.5", out
1717

1818
out = sh(["micromamba", "--version"])
19-
assert out == "2.0.8", out
19+
assert out == "2.1.0", out
2020

2121
out = sh(["mamba", "--version"])
22-
assert out == "2.0.8", out
22+
assert out == "2.1.0", out
2323

2424

2525
sh([kernel_python, "-c", "import numpy"])

0 commit comments

Comments
 (0)