From d8583ab6e606454fce73b9f96cd5f9598173d4c9 Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 1 Feb 2023 11:06:30 +0000 Subject: [PATCH] Bump setuptools in setup.sh --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 6a6744cef..8ce229459 100755 --- a/setup.sh +++ b/setup.sh @@ -50,7 +50,7 @@ function updateenv() { SYS_ARCH=$(uname -m) echo "pip install in-progress. Please wait..." # Setuptools 65.5.0 is the last version that can install gym==0.21.0 - ${PYTHON} -m pip install --upgrade pip wheel setuptools==65.5.0 + ${PYTHON} -m pip install --upgrade pip wheel setuptools==65.5.1 read -p "Do you want to install dependencies for dev [y/N]? " dev=$REPLY if [[ $REPLY =~ ^[Yy]$ ]]