Skip to content

Commit

Permalink
Vast: Linting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kristopolous committed Nov 21, 2024
1 parent 93aa008 commit 4c9aff9
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'], # As of now, any version will do
'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 4c9aff9

Please sign in to comment.