Update requirements.txt
Browse files- requirements.txt +7 -6
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
|
|
1 |
tensorflow==2.13.0
|
2 |
-
gradio==3.
|
3 |
-
|
4 |
-
pandas==2.
|
5 |
-
matplotlib==3.7.
|
6 |
-
|
7 |
-
|
|
|
1 |
+
|
2 |
tensorflow==2.13.0
|
3 |
+
gradio==3.34.0
|
4 |
+
numpy==1.24.0
|
5 |
+
pandas==2.0.0
|
6 |
+
matplotlib==3.7.0
|
7 |
+
yfinance==0.2.30
|
8 |
+
scikit-learn==1.3.0
|