Spaces:
Sleeping
Sleeping
Commit ·
99d3bac
1
Parent(s): faf7c81
Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit==1.8.0
|
| 2 |
+
yfinance==0.1.67
|
| 3 |
+
pandas==1.3.5
|
| 4 |
+
scikit-learn==1.0.2
|
| 5 |
+
tensorflow==2.7.0
|
| 6 |
+
plotly==5.6.0
|
| 7 |
+
numpy==1.22.0
|