Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
matplotlib
|
2 |
+
pandas
|
3 |
+
numpy
|
4 |
+
yfinance
|
5 |
+
scikit-learn
|
6 |
+
streamlit>=1.41.1
|
7 |
+
huggingface_hub
|
8 |
+
keras
|
9 |
+
tensorflow
|