Skip to content

Commit

Permalink
Update to MLflow 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Sep 18, 2023
1 parent 69899d2 commit 80f9d6f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


## in progress

- Update to MLflow 2.7.1

## 2023-09-12 0.1.1
- Documentation: Improve "Container Usage" page
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ dynamic = [
dependencies = [
"crash",
"crate[sqlalchemy]",
"mlflow==2.6",
"mlflow==2.7.1",
"sqlparse<0.5",
"vasuki<1,>=0.4",
]
Expand Down
2 changes: 1 addition & 1 deletion tests/test_tracking.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
from mlflow.utils.mlflow_tags import MLFLOW_DATASET_CONTEXT, MLFLOW_RUN_NAME
from mlflow.utils.name_utils import _GENERATOR_PREDICATES
from mlflow.utils.os import is_windows
from mlflow.utils.time_utils import get_current_time_millis
from mlflow.utils.time import get_current_time_millis
from mlflow.utils.uri import extract_db_type_from_uri

from mlflow_cratedb.patch.mlflow.db_types import CRATEDB
Expand Down

0 comments on commit 80f9d6f

Please sign in to comment.