Skip to content

Commit

Permalink
awscliv2 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
zpoint committed Dec 17, 2024
1 parent f0ebf13 commit 9d6c34c
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions sky/setup_files/dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,9 @@
# We have to explicitly pin the version to optimize the time for
# poetry install. See https://github.com/orgs/python-poetry/discussions/7937
'urllib3<2',
# NOTE: this installs CLI V1. To use AWS SSO (e.g., `aws sso login`), users
# should instead use CLI V2 which is not pip-installable. See
# https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html.
'awscli>=1.27.10',
'awscli @ git+https://github.com/aws/aws-cli.git@v2',
'botocore>=1.29.10',
'boto3>=1.26.1',
# NOTE: required by awscli. To avoid ray automatically installing
# the latest version.
'colorama < 0.4.5',
'boto3>=1.26.1'
]

# azure-cli cannot be installed normally by uv, so we need to work around it in
Expand Down

0 comments on commit 9d6c34c

Please sign in to comment.