Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +16 -0
requirements.txt
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
seaborn
|
2 |
+
plotly
|
3 |
+
matplotlib
|
4 |
+
tensorflow
|
5 |
+
scipy
|
6 |
+
fastapi
|
7 |
+
uvicorn
|
8 |
+
joblib
|
9 |
+
xgboost
|
10 |
+
scikit-learn
|
11 |
+
yfinance
|
12 |
+
numpy
|
13 |
+
datetime
|
14 |
+
gradio
|
15 |
+
cachetools
|
16 |
+
statsig
|