Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/numpy-lt-3
Browse files Browse the repository at this point in the history
  • Loading branch information
mvpatel2000 authored Sep 9, 2024
2 parents 0b3f5e2 + baaeeef commit dd7971c
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.31.1',
'databricks-sdk==0.32.0',
'pynvml>=11.5.0,<12',
]

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

extra_deps['databricks'] = ['databricks-sdk==0.31.1']
extra_deps['databricks'] = ['databricks-sdk==0.32.0']

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

Expand Down

0 comments on commit dd7971c

Please sign in to comment.