Merge pull request #323 from kujaomega/main

Set wheel package version to 0.38.4
This commit is contained in:
Thomas Simonini
2023-05-16 14:25:06 +02:00
committed by GitHub

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"