Spaces:
Sleeping
Sleeping
RequirementAdded
Browse files- Requirement.txt +14 -0
Requirement.txt
CHANGED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
joblib==1.2.0
|
2 |
+
numpy==1.22.4
|
3 |
+
pandas==1.5.3
|
4 |
+
shap==0.41.0
|
5 |
+
streamlit==1.22.0
|
6 |
+
scikit-learn==1.2.2
|
7 |
+
matplotlib==3.7.1
|
8 |
+
shap==0.41.0
|
9 |
+
fastapi==0.95.1
|
10 |
+
uvicorn==0.22.0
|
11 |
+
pydantic==1.10.7
|
12 |
+
jinja2==3.0.2
|
13 |
+
python-multipart==0.0.6
|
14 |
+
qrcode==7.4.2
|