Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.29.0
|
2 |
+
keras==2.15.0
|
3 |
+
numpy==1.23.5
|
4 |
+
matplotlib==3.7.1
|
5 |
+
pandas==1.5.3
|
6 |
+
pandas-datareader==0.10.0
|
7 |
+
plotly==5.15.0
|
8 |
+
scikit-learn==1.2.2
|
9 |
+
tabulate==0.9.0
|
10 |
+
tensorflow==2.15.0
|
11 |
+
yfinance==0.2.33
|