Update requirements.txt
Browse files- requirements.txt +5 -8
requirements.txt
CHANGED
@@ -1,8 +1,5 @@
|
|
1 |
-
gradio
|
2 |
-
yfinance
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
matplotlib==3.7.1
|
7 |
-
scikit-learn==1.2.2
|
8 |
-
requests==2.31.0
|
|
|
1 |
+
gradio
|
2 |
+
yfinance
|
3 |
+
neuralprophet
|
4 |
+
matplotlib
|
5 |
+
pandas
|
|
|
|
|
|