Skip to content

Commit 8a5e7c4

Browse files
Bump mlflow from 2.12.1 to 3.6.0
Bumps [mlflow](https://github.com/mlflow/mlflow) from 2.12.1 to 3.6.0. - [Release notes](https://github.com/mlflow/mlflow/releases) - [Changelog](https://github.com/mlflow/mlflow/blob/master/CHANGELOG.md) - [Commits](mlflow/mlflow@v2.12.1...v3.6.0) --- updated-dependencies: - dependency-name: mlflow dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 273a2f0 commit 8a5e7c4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

backend/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ fastapi>=0.110.0
77
pydantic>=2.0.0
88
# Required for MLflow and pkg_resources
99
setuptools
10-
mlflow==2.12.1
10+
mlflow==3.6.0
1111
cloudpickle==3.0.0
1212
numpy==1.26.4
1313
packaging==24.0

mlflow/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# --- MLflow dependency ---
22
setuptools>=68.0.0
33
psycopg2-binary==2.9.11
4-
mlflow==2.12.1
4+
mlflow==3.6.0
55
boto3==1.40.59

0 commit comments

Comments
 (0)