Skip to content

Commit 9a50a34

Browse files
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](pandas-dev/pandas@0.3.0...v2.2.1) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent caab2b2 commit 9a50a34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

topic/timeseries/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cratedb-toolkit[datasets]==0.0.8
33
dask>=2024.4.1 # Python 3.11.9 breaks previous Dask
44
joblib<1.4 # Joblib 1.4.0 is not compatible with PyCaret 3.3.0
55
refinitiv-data<1.7
6-
pandas<2
6+
pandas<3
77
pycaret>=3.0,<3.4
88
pydantic<2
99
sqlalchemy<2

0 commit comments

Comments
 (0)