Fix dependencies install

This commit is contained in:
Carlos Daniel Ríos Moya
2023-03-22 19:40:01 -03:00
committed by GitHub
parent b1da7ae197
commit 879063beb0

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,