Skip to content

Commit

Permalink
Bump databricks-sdk from 0.36.0 to 0.37.0 (#3715)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mihir Patel <[email protected]>
Co-authored-by: Vincent Chen <[email protected]>
  • Loading branch information
3 people authored Nov 20, 2024
1 parent 890d9ee commit 354cfb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,13 +225,13 @@ def package_files(prefix: str, directory: str, extension: str):

extra_deps['mlflow'] = [
'mlflow>=2.14.1,<3.0',
'databricks-sdk==0.36.0',
'databricks-sdk==0.37.0',
'pynvml>=11.5.0,<12',
]

extra_deps['pandas'] = ['pandas>=2.0.0,<3.0']

extra_deps['databricks'] = ['databricks-sdk==0.36.0']
extra_deps['databricks'] = ['databricks-sdk==0.37.0']

extra_deps['all'] = {dep for deps in extra_deps.values() for dep in deps}

Expand Down

0 comments on commit 354cfb0

Please sign in to comment.