Skip to content

Commit

Permalink
Time Series: Fix dependencies, explicitly using pandas==2.0.*
Browse files Browse the repository at this point in the history
Also, adding `requests`.
  • Loading branch information
amotl committed Jun 18, 2024
1 parent c59d714 commit 08c3e94
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions topic/timeseries/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
cratedb-toolkit[datasets]==0.0.14
refinitiv-data<1.7
pandas==1.*
pandas==2.0.*
pycaret==3.3.2
pydantic<2
refinitiv-data<1.7
requests<3
sqlalchemy==1.*
sqlalchemy-cratedb==0.37.0

0 comments on commit 08c3e94

Please sign in to comment.