kopia lustrzana https://github.com/jupyterhub/repo2docker
Merge 38478f8c19
into 176674867e
commit
0b492f0624
|
@ -5,8 +5,8 @@ set -ex
|
|||
|
||||
cd $(dirname $0)
|
||||
|
||||
export MAMBA_VERSION="2.1.0"
|
||||
export CONDA_VERSION=24.11.0
|
||||
export MAMBA_VERSION="2.3.2"
|
||||
export CONDA_VERSION="25.7.0"
|
||||
|
||||
URL="https://anaconda.org/conda-forge/micromamba/${MAMBA_VERSION}/download/${CONDA_PLATFORM}/micromamba-${MAMBA_VERSION}-0.tar.bz2"
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ assert pkgs["xeus-cling"]["version"] == "0.6.0"
|
|||
# this may be brittle, but it's unlikely any of these old versions
|
||||
# of packages will be rebuilt
|
||||
# xeus-cling 0.6.0 pins xeus 0.20, which pins openssl 1.1.1,
|
||||
# which in turn downgrades Python from >=3.9.16 to 3.9.6
|
||||
# which in turn downgrades krb5 from >=1.21.3 to 1.17.2
|
||||
|
||||
assert pkgs["openssl"]["version"].startswith("1.1.1"), pkgs["openssl"]["version"]
|
||||
assert pkgs["python"]["version"] == "3.9.0", pkgs["python"]["version"]
|
||||
assert pkgs["krb5"]["version"] == "1.17.2", pkgs["krb5"]["version"]
|
||||
|
|
|
@ -16,10 +16,10 @@ v = out.split()[1]
|
|||
assert v[:3] == "3.5", out
|
||||
|
||||
out = sh(["micromamba", "--version"])
|
||||
assert out == "2.1.0", out
|
||||
assert out == "2.3.2", out
|
||||
|
||||
out = sh(["mamba", "--version"])
|
||||
assert out == "2.1.0", out
|
||||
assert out == "2.3.2", out
|
||||
|
||||
|
||||
sh([kernel_python, "-c", "import numpy"])
|
||||
|
|
Ładowanie…
Reference in New Issue