Skip to content

Commit

Permalink
Vast: pushing the sdk requirement forward to avoid a dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kristopolous committed Nov 21, 2024
1 parent eb79ad1 commit e9e922a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sky/setup_files/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def parse_readme(readme: str) -> str:
'fluidstack': [], # No dependencies needed for fluidstack
'cudo': ['cudo-compute>=0.1.10'],
'paperspace': [], # No dependencies needed for paperspace
'vast': ['vastai_sdk>=0.1.1'],
'vast': ['vastai_sdk>=0.1.2'],
'vsphere': [
'pyvmomi==8.0.1.0.2',
# vsphere-automation-sdk is also required, but it does not have
Expand Down

0 comments on commit e9e922a

Please sign in to comment.