Skip to content

Commit 920ddd8

Browse files
authored
Update conda from 23.7.4 to 24.3.0
1 parent 01d818b commit 920ddd8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -ex
66
cd $(dirname $0)
77

88
export MAMBA_VERSION=1.5.7
9-
export CONDA_VERSION=23.7.4
9+
export CONDA_VERSION=24.3.0
1010

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

tests/conda/py35-binder-dir/verify

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ out = sh(["mamba", "--version"])
2222
assert (
2323
out
2424
== """mamba 1.5.7
25-
conda 23.7.4"""
25+
conda 24.3.0"""
2626
), out
2727

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

0 commit comments

Comments
 (0)