OmidSakaki commited on
Commit
f7e6a11
·
verified ·
1 Parent(s): ba725ea

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -3
requirements.txt CHANGED
@@ -1,4 +1,6 @@
1
  gradio>=4.0.0
2
- torch
3
- numpy
4
- plotly
 
 
 
1
  gradio>=4.0.0
2
+ pandas>=2.0.0
3
+ numpy>=1.24.0
4
+ yfinance>=0.2.0
5
+ plotly>=5.0.0
6
+ matplotlib>=3.7.0