Skip to content

Commit

Permalink
Another reference upped to Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jackjansen committed Feb 23, 2024
1 parent b7ecdf2 commit af60549
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/install-3rdparty-osx1015.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit af60549

Please sign in to comment.