From f6f78cd384a4d8e7ba16f228e55920797aaf96bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 13:31:57 +0000 Subject: [PATCH] Update pandas requirement from <2 to <3 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/0.3.0...v2.2.1) --- 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 b711e9ad..64b6ead1 100644 --- a/topic/timeseries/requirements.txt +++ b/topic/timeseries/requirements.txt @@ -2,7 +2,7 @@ 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 +pandas<3 pycaret>=3.0,<3.4 pydantic<2 sqlalchemy<2