@@ -35,7 +35,7 @@ checkPythonPackageVersion "mistune" "3.0.1"
3535checkPythonPackageVersion " numpy" " 1.22"
3636checkPythonPackageVersion " setuptools" " 78.1.1"
3737checkPythonPackageVersion " wheel" " 0.46.2"
38- checkPythonPackageVersion " nbconvert" " 7.17.0 "
38+ checkPythonPackageVersion " nbconvert" " 7.17.1 "
3939checkPythonPackageVersion " werkzeug" " 3.1.5"
4040checkPythonPackageVersion " certifi" " 2022.12.07"
4141checkPythonPackageVersion " cryptography" " 44.0.1"
@@ -66,6 +66,8 @@ checkPythonPackageVersion "distributed" "2026.1.0"
6666checkPythonPackageVersion " filelock" " 3.20.1"
6767checkPythonPackageVersion " bokeh" " 3.8.2"
6868checkPythonPackageVersion " pyjwt" " 2.12.0"
69+ checkPythonPackageVersion " python-dotenv" " 1.2.2"
70+ checkPythonPackageVersion " lxml" " 6.1.0"
6971
7072checkCondaPackageVersion " pyopenssl" " 26.0.0"
7173checkCondaPackageVersion " requests" " 2.32.4"
@@ -79,6 +81,7 @@ checkCondaPackageVersion "black" "26.3.1"
7981checkCondaPackageVersion " streamlit" " 1.37.0"
8082checkCondaPackageVersion " nltk" " 3.9.3"
8183checkCondaPackageVersion " markdown" " 3.8.1"
84+ checkCondaPackageVersion " python-dotenv" " 1.2.2"
8285
8386check " conda-update-conda" bash -c " conda update -y conda"
8487check " conda-install-tensorflow" bash -c " conda create --name test-env -c conda-forge --yes tensorflow"
0 commit comments