Skip to content

Commit

Permalink
Update conda from 23.7.4 to 24.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Mar 24, 2024
1 parent 01d818b commit 920ddd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion repo2docker/buildpacks/conda/install-base-env.bash
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -ex
cd $(dirname $0)

export MAMBA_VERSION=1.5.7
export CONDA_VERSION=23.7.4
export CONDA_VERSION=24.3.0

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

Expand Down
2 changes: 1 addition & 1 deletion tests/conda/py35-binder-dir/verify
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ out = sh(["mamba", "--version"])
assert (
out
== """mamba 1.5.7
conda 23.7.4"""
conda 24.3.0"""
), out

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

0 comments on commit 920ddd8

Please sign in to comment.