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