Skip to content

Commit

Permalink
Update Nebius dependency to use version constraint
Browse files Browse the repository at this point in the history
Replaced the specific Git-based Nebius SDK reference with a version constraint (`nebius>=0.2.0`). This simplifies dependency management and ensures compatibility with future updates of the SDK.
  • Loading branch information
SalikovAlex committed Jan 24, 2025
1 parent 9b7ecf3 commit 1a5fb65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sky/setup_files/dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
# docs instead.
# 'vsphere-automation-sdk @ git+https://github.com/vmware/[email protected]' pylint: disable=line-too-long
],
'nebius': ['nebius @ git+https://github.com/nebius/pysdk@876bb16']
'nebius': ['nebius>=0.2.0']
}

extras_require['all'] = sum(extras_require.values(), [])

0 comments on commit 1a5fb65

Please sign in to comment.