File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
repo2docker/buildpacks/conda Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 55
66cd $( dirname $0 )
77
8- export MAMBA_VERSION=" 2.1.0 "
9- export CONDA_VERSION=24.11.0
8+ export MAMBA_VERSION=" 2.3.3 "
9+ export CONDA_VERSION=" 25.9.1 "
1010
1111URL=" https://anaconda.org/conda-forge/micromamba/${MAMBA_VERSION} /download/${CONDA_PLATFORM} /micromamba-${MAMBA_VERSION} -0.tar.bz2"
1212
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ assert pkgs["xeus-cling"]["version"] == "0.6.0"
2424# this may be brittle, but it's unlikely any of these old versions
2525# of packages will be rebuilt
2626# xeus-cling 0.6.0 pins xeus 0.20, which pins openssl 1.1.1,
27- # which in turn downgrades Python from >=3.9.16 to 3.9.6
27+ # which in turn downgrades Python from >=3.9.16 to 3.9.0
2828
2929assert pkgs ["openssl" ]["version" ].startswith ("1.1.1" ), pkgs ["openssl" ]["version" ]
3030assert pkgs ["python" ]["version" ] == "3.9.0" , pkgs ["python" ]["version" ]
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ v = out.split()[1]
1616assert v [:3 ] == "3.5" , out
1717
1818out = sh (["micromamba" , "--version" ])
19- assert out == "2.1.0 " , out
19+ assert out == "2.3.3 " , out
2020
2121out = sh (["mamba" , "--version" ])
22- assert out == "2.1.0 " , out
22+ assert out == "2.3.3 " , out
2323
2424
2525sh ([kernel_python , "-c" , "import numpy" ])
You can’t perform that action at this time.
0 commit comments