Skip to content

Commit

Permalink
Update setup_env.sh to Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
pirmink authored Jan 5, 2024
1 parent 46e18dd commit 93bbe58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/setup_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ DEFAULT_ENV_NAME="moveroplot"

# Default options
ENV_NAME="${DEFAULT_ENV_NAME}"
PYVERSION=3.10
PYVERSION=3.11
PINNED=true
EXPORT=false
CONDA=conda
Expand Down

0 comments on commit 93bbe58

Please sign in to comment.