From b6ada3858e6649b3a667469d9a70ba965bd121c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 12:59:32 +0000 Subject: [PATCH 1/2] Update pandas requirement from ==1.* to ==2.* in /topic/timeseries Updates the requirements on [pandas](https://github.com/pandas-dev/pandas) to permit the latest version. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v1.0.0rc0...v2.2.2) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- topic/timeseries/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topic/timeseries/requirements.txt b/topic/timeseries/requirements.txt index d8456fb4..78491c0a 100644 --- a/topic/timeseries/requirements.txt +++ b/topic/timeseries/requirements.txt @@ -1,6 +1,6 @@ cratedb-toolkit[datasets]>=0.0.30 refinitiv-data<1.7 -pandas==2.0.* +pandas==2.2.* pycaret==3.3.2 pydantic<3 sqlalchemy==2.0.* From 6cbec6fcab7cd874874919ea9558cb42aa0bae0e Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Fri, 28 Feb 2025 18:15:08 +0100 Subject: [PATCH 2/2] TEMP: Use pycaret-next, to probe support for pandas 2.2 --- topic/timeseries/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/topic/timeseries/requirements.txt b/topic/timeseries/requirements.txt index 78491c0a..ad90b45b 100644 --- a/topic/timeseries/requirements.txt +++ b/topic/timeseries/requirements.txt @@ -1,7 +1,8 @@ cratedb-toolkit[datasets]>=0.0.30 refinitiv-data<1.7 pandas==2.2.* -pycaret==3.3.2 +#pycaret==3.3.2 +pycaret @ git+https://github.com/sktime/pycaret@python313 pydantic<3 sqlalchemy==2.0.* sqlalchemy-cratedb>=0.41.0.dev2