Update lib versions and add pydot, fixes #29

This commit is contained in:
Aurélien Geron
2022-09-22 19:14:01 +12:00
parent de0f184265
commit 79ce441212
21 changed files with 145 additions and 118 deletions

View File

@@ -77,9 +77,10 @@
},
"outputs": [],
"source": [
"from packaging import version\n",
"import tensorflow as tf\n",
"\n",
"assert tf.__version__ >= \"2.8.0\""
"assert version.parse(tf.__version__) >= version.parse(\"2.8.0\")"
]
},
{
@@ -97,6 +98,7 @@
"metadata": {},
"outputs": [],
"source": [
"import sys\n",
"if \"google.colab\" in sys.modules or \"kaggle_secrets\" in sys.modules:\n",
" %pip install -q -U google-cloud-aiplatform"
]
@@ -3162,7 +3164,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.10"
"version": "3.10.6"
}
},
"nbformat": 4,