Update requirements.txt
Browse files- requirements.txt +5 -7
requirements.txt
CHANGED
@@ -1,7 +1,5 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
matplotlib
|
7 |
-
scikit-learn
|
|
|
1 |
+
gradio==3.27.0
|
2 |
+
tensorflow==2.12.0
|
3 |
+
scikit-learn==1.2.0
|
4 |
+
pandas==1.5.3
|
5 |
+
yfinance==0.2.26
|
|
|
|