diff --git a/notebooks/unit6/unit6.ipynb b/notebooks/unit6/unit6.ipynb index e01e349..b797060 100644 --- a/notebooks/unit6/unit6.ipynb +++ b/notebooks/unit6/unit6.ipynb @@ -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"