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 committed Jun 17, 2024
1 parent 4390dd6 commit 8119c14
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 8119c14

Please sign in to comment.