Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Bump mlflow from 2.2.2 to 2.16.0 in /python/requirements/ml #19

Open
wants to merge 1 commit into
base: beacon-main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python/requirements/ml/requirements_train.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
-r requirements_dl.txt

mlflow==1.30.0; python_version <= '3.7'
mlflow==2.2.2; python_version > '3.7'
mlflow==2.16.0; python_version > '3.7'
tensorboardX==2.4.1

# Dependencies for Hugging Face examples & tests:
Expand Down
2 changes: 1 addition & 1 deletion python/requirements/ml/requirements_tune.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jupyterlab==3.6.1
lightgbm==3.3.5
matplotlib!=3.4.3
mlflow==1.30.0; python_version <= '3.7'
mlflow==2.2.2; python_version > '3.7'
mlflow==2.16.0; python_version > '3.7'
# Unavailable for arm64 in more recent versions
mxnet==1.8.0.post0; platform_machine != "arm64"
nevergrad==0.4.3.post7
Expand Down