Skip to content

Commit

Permalink
Merge pull request #465 from VladKochetov007/dependabot/pip/pandas-1.5.1
Browse files Browse the repository at this point in the history
Bump pandas from 1.4.3 to 1.5.1
  • Loading branch information
VladKochetov007 authored Nov 2, 2022
2 parents 70d3c22 + 13e474a commit 96f9b19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
numpy==1.23.4
plotly==5.11.0
pandas==1.4.3
pandas==1.5.1
ta==0.10.1
tqdm==4.64.1
ccxt==2.0.103
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
install_requires=[
'numpy==1.23.4',
'plotly==5.11.0',
'pandas==1.4.3',
'pandas==1.5.1',
'ta==0.10.1',
'tqdm==4.64.1',
'ccxt==2.0.103',
Expand Down

0 comments on commit 96f9b19

Please sign in to comment.