Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==4.12.0
|
| 2 |
+
pandas==2.0.3
|
| 3 |
+
numpy==1.24.3
|
| 4 |
+
plotly==5.15.0
|
| 5 |
+
yfinance==0.2.18
|
| 6 |
+
scikit-learn==1.3.0
|
| 7 |
+
matplotlib==3.7.2
|
| 8 |
+
seaborn==0.12.2
|