Skip to content

Commit

Permalink
TSML: Adjust dependencies around PyCaret/Joblib
Browse files Browse the repository at this point in the history
Dependency hell caused a few hiccups. Subsequent bugfix releases help
resolve the situation. In this case, PyCaret 3.3.1.
  • Loading branch information
amotl committed Apr 16, 2024
1 parent 8e45993 commit ae94c5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 1 addition & 4 deletions topic/machine-learning/automl/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
# Real.
crate[sqlalchemy]
dask>=2024.4.1 # Python 3.11.9 breaks previous Dask
distributed>=2024.4.1 # Python 3.11.9 breaks previous Dask
joblib<1.4 # Joblib 1.4.0 is not compatible with PyCaret 3.3.0
mlflow-cratedb==2.11.3
plotly<5.21
pycaret[models,parallel,test]==3.3.0
pycaret[models,parallel,test]==3.3.1
pydantic<2
python-dotenv<2

Expand Down
3 changes: 1 addition & 2 deletions topic/timeseries/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
crate[sqlalchemy]==0.35.2
cratedb-toolkit[datasets]==0.0.10
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
pycaret==3.3.1
pydantic<2
sqlalchemy<2

0 comments on commit ae94c5c

Please sign in to comment.