a-ge commited on
Commit
d845ae7
·
verified ·
1 Parent(s): 5b3c696

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -6
requirements.txt CHANGED
@@ -1,14 +1,14 @@
1
  yfinance
2
- pandas ==2.0.1
3
- numpy
 
 
 
 
4
  requests
5
  pandas-ta
6
  tradingview_ta
7
  gradio[mcp]
8
- matplotlib
9
- scipy
10
- tabulate
11
  plotly
12
- seaborn
13
  QuantStats
14
  IPython
 
1
  yfinance
2
+ pandas==0.24.0
3
+ numpy==1.16.5
4
+ seaborn==0.9.0
5
+ matplotlib==3.0.0
6
+ scipy==1.2.0
7
+ tabulate==0.8.0
8
  requests
9
  pandas-ta
10
  tradingview_ta
11
  gradio[mcp]
 
 
 
12
  plotly
 
13
  QuantStats
14
  IPython