mirror of
https://github.com/ArthurDanjou/handson-ml3.git
synced 2026-01-14 12:14:36 +01:00
Update lib versions and add pydot, fixes #29
This commit is contained in:
@@ -68,9 +68,10 @@
|
||||
"metadata": {},
|
||||
"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\")"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -4500,7 +4501,7 @@
|
||||
"name": "python",
|
||||
"nbconvert_exporter": "python",
|
||||
"pygments_lexer": "ipython3",
|
||||
"version": "3.9.10"
|
||||
"version": "3.10.6"
|
||||
},
|
||||
"nav_menu": {
|
||||
"height": "360px",
|
||||
|
||||
Reference in New Issue
Block a user