Spaces:
Sleeping
Sleeping
Add req.txt
Browse files- requirements.txt +5 -3
requirements.txt
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
-
|
2 |
pandas
|
|
|
|
|
|
|
3 |
scikit-learn
|
4 |
matplotlib
|
5 |
-
|
6 |
-
prophet
|
|
|
1 |
+
gradio==4.42.0
|
2 |
pandas
|
3 |
+
numpy
|
4 |
+
prophet
|
5 |
+
yfinance
|
6 |
scikit-learn
|
7 |
matplotlib
|
8 |
+
plotly
|
|