From 32cfd5a5dffcc25fe03ecfab224b8c4ef551b51d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Sol=C3=A9?= Date: Thu, 11 May 2023 18:58:14 +0200 Subject: [PATCH] Set wheel package version to 0.38.4 --- notebooks/unit6/unit6.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"