Spaces:
Runtime error
Runtime error
Commit
·
412c67d
1
Parent(s):
3b24ace
Update requirements.txt
Browse files- requirements.txt +9 -7
requirements.txt
CHANGED
@@ -1,8 +1,10 @@
|
|
1 |
-
|
2 |
-
pandas
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
|
|
|
|
8 |
tensorflow
|
|
|
1 |
+
numpy== 1.24.3
|
2 |
+
pandas==2.0.2
|
3 |
+
matplotlib==3.7.1
|
4 |
+
seaborn==0.12.2
|
5 |
+
pandas-datareader==0.10.0
|
6 |
+
yfinance==0.1.64
|
7 |
+
scikit-learn==1.2.2
|
8 |
+
keras==2.13.1
|
9 |
+
streamlit==1.22.0
|
10 |
tensorflow
|