File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/miniconda/test-project Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ check "usr-local-etc-config-does-not-exist" test ! -f "/usr/local/etc/gitconfig"
2121checkPythonPackageVersion " cryptography" " 42.0.4"
2222checkPythonPackageVersion " setuptools" " 65.5.1"
2323checkPythonPackageVersion " wheel" " 0.38.1"
24- checkPythonPackageVersion " tqdm" " 4.66.3"
2524
2625checkCondaPackageVersion " cryptography" " 42.0.4"
2726checkCondaPackageVersion " setuptools" " 65.5.1"
2827checkCondaPackageVersion " wheel" " 0.38.1"
2928checkCondaPackageVersion " requests" " 2.31.0"
3029checkCondaPackageVersion " urllib3" " 1.26.17"
3130checkCondaPackageVersion " idna" " 3.7"
31+ checkCondaPackageVersion " tqdm" " 4.66.3"
3232
3333check " conda-update-conda" bash -c " conda update -y conda"
3434check " conda-install-tensorflow" bash -c " conda create --name test-env -c conda-forge --yes tensorflow"
You can’t perform that action at this time.
0 commit comments