kopia lustrzana https://github.com/jupyterhub/repo2docker
Bumped conda version to 4.7.12
rodzic
27eeef2c97
commit
d64f050d34
|
@ -4,7 +4,7 @@ set -ex
|
|||
|
||||
cd $(dirname $0)
|
||||
MINICONDA_VERSION=4.7.10
|
||||
CONDA_VERSION=4.7.10
|
||||
CONDA_VERSION=4.7.12
|
||||
# Only MD5 checksums are available for miniconda
|
||||
# Can be obtained from https://repo.continuum.io/miniconda/
|
||||
MD5SUM="1c945f2b3335c7b2b15130b1b2dc5cf4"
|
||||
|
|
|
@ -5,6 +5,6 @@ from subprocess import check_output
|
|||
assert sys.version_info[:2] == (3, 5), sys.version
|
||||
|
||||
out = check_output(["conda", "--version"]).decode("utf8").strip()
|
||||
assert out == "conda 4.7.10", out
|
||||
assert out == "conda 4.7.12", out
|
||||
|
||||
import numpy
|
||||
|
|
Ładowanie…
Reference in New Issue