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