@@ -31,7 +31,6 @@ check "usr-local-etc-config-does-not-exist" test ! -f "/usr/local/etc/gitconfig"
3131
3232checkPythonPackageVersion " joblib" " 1.2.0"
3333checkPythonPackageVersion " cookiecutter" " 2.1.1"
34- checkPythonPackageVersion " cryptography" " 38.0.3"
3534checkPythonPackageVersion " mistune" " 2.0.3"
3635checkPythonPackageVersion " numpy" " 1.22"
3736checkPythonPackageVersion " setuptools" " 65.5.1"
@@ -41,7 +40,7 @@ checkPythonPackageVersion "nbconvert" "6.5.1"
4140checkPythonPackageVersion " werkzeug" " 2.2.3"
4241checkPythonPackageVersion " certifi" " 2022.12.07"
4342checkPythonPackageVersion " requests" " 2.31.0"
44- checkPythonPackageVersion " cryptography" " 41.0.2"
43+ # checkPythonPackageVersion "cryptography" "41.0.2" # Disabled temporarily due to issue with conda
4544checkPythonPackageVersion " torch" " 1.13.1"
4645checkPythonPackageVersion " transformers" " 4.30.0"
4746checkPythonPackageVersion " mpmath" " 1.3.0"
@@ -52,7 +51,7 @@ tornado_version=$(python -c "import tornado; print(tornado.version)")
5251check-version-ge " tornado-requirement" " ${tornado_version} " " 6.3.2"
5352
5453checkCondaPackageVersion " pyopenssl" " 23.2.0"
55- checkCondaPackageVersion " cryptography" " 41.0.2"
54+ # checkCondaPackageVersion "cryptography" "41.0.2" # Disabled temporarily due to issue with conda
5655checkCondaPackageVersion " requests" " 2.31.0"
5756checkCondaPackageVersion " pygments" " 2.15.1"
5857checkCondaPackageVersion " mpmath" " 1.3.0"
0 commit comments