Skip to content

Commit

Permalink
Bump mlflow from 2.2.2 to 2.16.0 in /python/requirements/ml
Browse files Browse the repository at this point in the history
Bumps [mlflow](https://github.com/mlflow/mlflow) from 2.2.2 to 2.16.0.
- [Release notes](https://github.com/mlflow/mlflow/releases)
- [Changelog](https://github.com/mlflow/mlflow/blob/master/CHANGELOG.md)
- [Commits](mlflow/mlflow@v2.2.2...v2.16.0)

---
updated-dependencies:
- dependency-name: mlflow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 448a83c commit e9c8c3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit e9c8c3e

Please # to comment.