Units 1 and 6: Fix for installing notebook dependencies

Units 1 and 6: Fix for installing notebook dependencies
This commit is contained in:
Omar Sanseviero
2023-03-23 22:56:30 +01:00
committed by GitHub
2 changed files with 24 additions and 0 deletions

View File

@@ -230,6 +230,18 @@
"execution_count": null,
"outputs": []
},
{
"cell_type": "code",
"source": [
"# Install the specific setuptools version required to install the dependencies\n",
"!pip install setuptools==65.5.0"
],
"metadata": {
"id": "eUamMNshb6ee"
},
"execution_count": null,
"outputs": []
},
{
"cell_type": "code",
"execution_count": null,

View File

@@ -246,6 +246,18 @@
"id": "e1obkbdJ_KnG"
}
},
{
"cell_type": "code",
"source": [
"# Install the specific setuptools version required to install the dependencies\n",
"!pip install setuptools==65.5.0"
],
"metadata": {
"id": "eUamMNshb6ee"
},
"execution_count": null,
"outputs": []
},
{
"cell_type": "code",
"execution_count": null,