Fix dependencies install

This commit is contained in:
Carlos Daniel Ríos Moya
2023-03-23 05:45:49 -03:00
committed by GitHub
parent 879063beb0
commit 250de5c9dc

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,