Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/jupyter-1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mvpatel2000 committed Sep 3, 2024
2 parents cc5df6c + ce0bffe commit fefe398
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def package_files(prefix: str, directory: str, extension: str):
]

extra_deps['sentencepiece'] = [
'protobuf<5.28',
'protobuf<5.29',
'sentencepiece==0.2.0',
]

Expand Down Expand Up @@ -224,13 +224,13 @@ def package_files(prefix: str, directory: str, extension: str):

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

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

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

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

Expand Down

0 comments on commit fefe398

Please sign in to comment.