Skip to content

Commit caab2b2

Browse files
committed
ML: Update to mlflow-cratedb 2.11.3
This also fixes an incompatibility with Python 3.11.9.
1 parent dc227fe commit caab2b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

topic/machine-learning/automl/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
crate[sqlalchemy]
33
dask>=2024.4.1 # Python 3.11.9 breaks previous Dask
44
joblib<1.4 # Joblib 1.4.0 is not compatible with PyCaret 3.3.0
5-
mlflow-cratedb==2.10.2
5+
mlflow-cratedb==2.11.3
66
plotly<5.21
77
pycaret[models,parallel,test]==3.3.0
88
pydantic<2

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Real.
22
dask>=2024.4.1 # Python 3.11.9 breaks previous Dask
3-
mlflow-cratedb==2.10.2
3+
mlflow-cratedb==2.11.3
44
pydantic<3
55
salesforce-merlion>=2,<3
66

0 commit comments

Comments
 (0)