diff --git a/notebooks/unit1/unit1.ipynb b/notebooks/unit1/unit1.ipynb index 0e7b4f1..edbb347 100644 --- a/notebooks/unit1/unit1.ipynb +++ b/notebooks/unit1/unit1.ipynb @@ -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,