JayLacoma commited on
Commit
872fd54
·
verified ·
1 Parent(s): f2a1ca9

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -6
requirements.txt CHANGED
@@ -1,6 +1,13 @@
1
- gradio
2
- pandas
3
- yfinance
4
- plotly
5
- matplotlib
6
- numpy
 
 
 
 
 
 
 
 
1
+ gradio>=4.0
2
+ yfinance>=0.2.0
3
+ pandas>=1.5
4
+ numpy>=1.21
5
+ plotly>=5.0
6
+ requests>=2.28
7
+ vaderSentiment>=3.3
8
+ prophet>=1.1
9
+ matplotlib>=3.6
10
+ Pillow>=9.0
11
+ scikit-learn>=1.2 # Prophet dependency
12
+ torch>=2.0 # Required by TimesFM
13
+ timesfm>=0.1 # Google's TimesFM library