Set wheel package version to 0.38.4

This commit is contained in:
David Solé
2023-05-11 18:58:14 +02:00
parent ff97b3b34e
commit 32cfd5a5df

View File

@@ -249,8 +249,8 @@
{
"cell_type": "code",
"source": [
"# Install the specific setuptools version required to install the dependencies\n",
"!pip install setuptools==65.5.0"
"# Install the specific setuptools and wheel version required to install the dependencies\n",
"!pip install setuptools==65.5.0 wheel==0.38.4"
],
"metadata": {
"id": "eUamMNshb6ee"