Skip to content

Commit f6f78cd

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] <[email protected]>
1 parent 710af88 commit f6f78cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

topic/timeseries/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ crate[sqlalchemy]==0.35.2
22
cratedb-toolkit[datasets]==0.0.8
33
joblib<1.4 # Joblib 1.4.0 is not compatible with PyCaret 3.3.0
44
refinitiv-data<1.7
5-
pandas<2
5+
pandas<3
66
pycaret>=3.0,<3.4
77
pydantic<2
88
sqlalchemy<2

0 commit comments

Comments
 (0)