Skip to content

Commit f717496

Browse files
committed
Time Series: Fix dependencies, explicitly using pandas==1.0.*
1 parent c59d714 commit f717496

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

topic/timeseries/requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
cratedb-toolkit[datasets]==0.0.14
2-
refinitiv-data<1.7
3-
pandas==1.*
2+
pandas==1.0.*
43
pycaret==3.3.2
54
pydantic<2
5+
refinitiv-data<1.7
6+
requests<3
67
sqlalchemy==1.*
78
sqlalchemy-cratedb==0.37.0

0 commit comments

Comments
 (0)