From 250de5c9dcee8ffe93cdaedc608d3a4a610b7319 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Daniel=20R=C3=ADos=20Moya?= <32588448+AnotherPianist@users.noreply.github.com> Date: Thu, 23 Mar 2023 05:45:49 -0300 Subject: [PATCH] Fix dependencies install --- notebooks/unit1/unit1.ipynb | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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,