Skip to content

Commit 3ed51f3

Browse files
authored
ML: Update to MLflow 2.14 (#495)
1 parent a1da104 commit 3ed51f3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

topic/machine-learning/automl/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Real.
2-
cratedb-toolkit[io]==0.0.13
2+
cratedb-toolkit[io]==0.0.14
33
pueblo[notebook,testing]==0.0.9
44

55
# Development.

topic/machine-learning/automl/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Real.
2-
cratedb-toolkit==0.0.13
3-
mlflow-cratedb==2.13.2
2+
cratedb-toolkit==0.0.14
3+
mlflow-cratedb==2.14.0
44
plotly<5.23
55
pycaret[models,parallel,test]==3.3.2
66
pydantic<2

topic/machine-learning/mlops-mlflow/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Real.
2-
cratedb-toolkit[io]==0.0.13
2+
cratedb-toolkit[io]==0.0.14
33
pueblo[notebook,testing]==0.0.9
44

55
# Development.

topic/machine-learning/mlops-mlflow/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Real.
22
dask>=2024.4.1 # Python 3.11.9 breaks previous Dask
33
distributed>=2024.4.1 # Python 3.11.9 breaks previous Dask
4-
mlflow-cratedb==2.13.2
4+
mlflow-cratedb==2.14.0
55
pydantic<3
66
salesforce-merlion>=2,<3
77
sqlalchemy==2.*

0 commit comments

Comments
 (0)