Update requirements.txt
Browse files- requirements.txt +4 -5
requirements.txt
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
-
gradio>=3.0
|
2 |
-
pandas
|
3 |
numpy
|
4 |
-
|
5 |
-
tensorflow
|
6 |
yfinance
|
7 |
-
|
|
|
|
|
|
|
|
|
|
1 |
numpy
|
2 |
+
pandas
|
|
|
3 |
yfinance
|
4 |
+
tensorflow
|
5 |
+
gradio
|
6 |
+
matplotlib
|