From af605494a55319d8564ce0aaf3711ad42600f05c Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Fri, 23 Feb 2024 18:01:20 +0100 Subject: [PATCH] Another reference upped to Python 3.11 --- scripts/install-3rdparty-osx1015.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install-3rdparty-osx1015.sh b/scripts/install-3rdparty-osx1015.sh index 5af63eb..4942a6b 100755 --- a/scripts/install-3rdparty-osx1015.sh +++ b/scripts/install-3rdparty-osx1015.sh @@ -11,7 +11,7 @@ brew install jpeg-turbo || brew upgrade jpeg-turbo brew link --force jpeg-turbo # Install Python delendencies -python3.10 -m pip install --upgrade pip setuptools build wheel +python3.11 -m pip install --upgrade pip setuptools build wheel # Install Python dependencies for Depolyment scripts (unsure they are still needed) -python3.10 -m pip install requests requests_toolbelt mechanize pillow numpy open3d +python3.11 -m pip install requests requests_toolbelt mechanize pillow numpy open3d