From 14812ccbee7a8c907c2b9e3549189cd41e97e1a2 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Fri, 28 Feb 2025 18:31:52 +0100 Subject: [PATCH] TEMP: Dependencies: Use pycaret-next --- topic/machine-learning/automl/requirements-dev.txt | 2 +- topic/machine-learning/automl/requirements.txt | 5 +++-- topic/timeseries/requirements.txt | 6 ++++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/topic/machine-learning/automl/requirements-dev.txt b/topic/machine-learning/automl/requirements-dev.txt index e6851c5c..c788aa2f 100644 --- a/topic/machine-learning/automl/requirements-dev.txt +++ b/topic/machine-learning/automl/requirements-dev.txt @@ -1,5 +1,5 @@ # Real. -cratedb-toolkit[io]>=0.0.29 +cratedb-toolkit[io]>=0.0.30 pueblo[notebook,testing]>=0.0.10 # Development. diff --git a/topic/machine-learning/automl/requirements.txt b/topic/machine-learning/automl/requirements.txt index 7a8ac8b7..59280d22 100644 --- a/topic/machine-learning/automl/requirements.txt +++ b/topic/machine-learning/automl/requirements.txt @@ -1,8 +1,9 @@ # Real. -dask==2024.12.1 +dask>=2024 mlflow-cratedb==2.14.1 plotly<6.1 -pycaret[models,parallel,test]==3.3.2 +#pycaret[models,parallel,test]==3.3.2 +pycaret[models,parallel,test] @ git+https://github.com/celestinoxp/pycaret@fix-tests-2 pydantic<3 python-dotenv<2 sqlalchemy==2.* diff --git a/topic/timeseries/requirements.txt b/topic/timeseries/requirements.txt index d8456fb4..7cb0989d 100644 --- a/topic/timeseries/requirements.txt +++ b/topic/timeseries/requirements.txt @@ -1,7 +1,9 @@ cratedb-toolkit[datasets]>=0.0.30 refinitiv-data<1.7 -pandas==2.0.* -pycaret==3.3.2 +pandas>=2,<2.3 +#pycaret==3.3.2 +#pycaret @ git+https://github.com/sktime/pycaret@python313 +pycaret @ git+https://github.com/celestinoxp/pycaret@fix-tests-2 pydantic<3 sqlalchemy==2.0.* sqlalchemy-cratedb>=0.41.0.dev2