Skip to content

Commit

Permalink
update aws dependencies based on latest sky
Browse files Browse the repository at this point in the history
  • Loading branch information
jlewitt1 committed Jan 3, 2024
1 parent 683b6a9 commit 93ca38e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,11 @@ def parse_readme(readme: str) -> str:
# https://github.com/aio-libs/aiobotocore/issues/983
# If you don't want to use these exact versions of awscli, boto3, botocore, or aibotocore, you can
# install runhouse without the aws extras, then install your desired versions of awscli and boto3
"awscli==1.25.60",
"boto3==1.24.59",
"awscli>=1.27.10",
"boto3>=1.26.1",
"pycryptodome==3.12.0",
"fsspec==2023.1.0",
"botocore>=1.29.10",
],
"azure": ["azure-cli==2.31.0", "azure-core"],
"gcp": ["google-api-python-client", "google-cloud-storage", "gcsfs"],
Expand Down

0 comments on commit 93ca38e

Please sign in to comment.