Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +13 -6
requirements.txt
CHANGED
@@ -1,6 +1,13 @@
|
|
1 |
-
gradio
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|