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

@@ -66,9 +66,10 @@
"metadata": {},
"outputs": [],
"source": [
"from packaging import version\n",
"import sklearn\n",
"\n",
"assert sklearn.__version__ >= \"1.0.1\""
"assert version.parse(sklearn.__version__) >= version.parse(\"1.0.1\")"
]
},
{
@@ -2465,7 +2466,9 @@
"outputs": [
{
"data": {
"text/plain": "0.9763"
"text/plain": [
"0.9763"
]
},
"execution_count": 101,
"metadata": {},
@@ -4581,7 +4584,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.12"
"version": "3.10.6"
},
"nav_menu": {},
"toc": {