Skip to content

Commit

Permalink
Update for mamba 2.0.0rc2
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Jerphanion <[email protected]>
  • Loading branch information
jjerphan committed Aug 21, 2024
1 parent a61ec54 commit 9d03ccc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions repo2docker/buildpacks/conda/install-base-env.bash
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ set -ex

cd $(dirname $0)

export MAMBA_VERSION=1.5.7
export CONDA_VERSION=24.3.0
export MAMBA_VERSION="2.2.0rc2"
export CONDA_VERSION=24.7.0

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

Expand Down
4 changes: 2 additions & 2 deletions tests/conda/py35-binder-dir/verify
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ assert out == "1.5.7", out
out = sh(["mamba", "--version"])
assert (
out
== """mamba 1.5.7
conda 24.3.0"""
== """mamba 2.2.0rc2
conda 24.7.0"""
), out

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

0 comments on commit 9d03ccc

Please sign in to comment.