Skip to content

Commit

Permalink
Add pynvml to mlflow dep group (#3404)
Browse files Browse the repository at this point in the history
  • Loading branch information
dakinggg authored and mvpatel2000 committed Jul 21, 2024
1 parent fffa335 commit 3e1396e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ def package_files(prefix: str, directory: str, extension: str):
extra_deps['mlflow'] = [
'mlflow>=2.11.1,<3.0',
'databricks-sdk==0.28.0',
'pynvml>=11.5.0,<12',
]

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

0 comments on commit 3e1396e

Please sign in to comment.