Skip to content

Commit

Permalink
TSML/PyCaret woes: Downgrade to Joblib 1.3
Browse files Browse the repository at this point in the history
Joblib 1.4.0 is not compatible with PyCaret 3.3.0.

from pycaret.internal.memory import get_memory
from joblib.memory import _format_load_msg

ImportError: cannot import name '_format_load_msg' from 'joblib.memory'
  • Loading branch information
amotl committed Apr 9, 2024
1 parent 3cf5527 commit 95ec1c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions topic/machine-learning/automl/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Real.
crate[sqlalchemy]
joblib<1.4 # Joblib 1.4.0 is not compatible with PyCaret 3.3.0
mlflow-cratedb==2.10.2
plotly<5.21
pycaret[models,parallel,test]==3.3.0
Expand Down
1 change: 1 addition & 0 deletions topic/timeseries/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
crate[sqlalchemy]==0.35.2
cratedb-toolkit[datasets]==0.0.8
joblib<1.4 # Joblib 1.4.0 is not compatible with PyCaret 3.3.0
refinitiv-data<1.7
pandas<2
pycaret>=3.0,<3.4
Expand Down

0 comments on commit 95ec1c4

Please sign in to comment.