From 879063beb0b9dfd2ed33a7e7de8edc3eb3f7a856 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Daniel=20R=C3=ADos=20Moya?= <32588448+AnotherPianist@users.noreply.github.com> Date: Wed, 22 Mar 2023 19:40:01 -0300 Subject: [PATCH] Fix dependencies install --- notebooks/unit6/unit6.ipynb | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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,