anderson-ufrj
commited on
Commit
·
b34c964
1
Parent(s):
8cfbcd3
fix(dependencies): add missing ML dependencies for HuggingFace Spaces
Browse filesAdd joblib, shap, and mlflow to requirements.txt to fix
ModuleNotFoundError in HuggingFace Spaces deployment
- requirements.txt +6 -1
requirements.txt
CHANGED
|
@@ -43,4 +43,9 @@ reportlab>=4.0.9
|
|
| 43 |
openpyxl>=3.1.2
|
| 44 |
markdown>=3.5.1
|
| 45 |
beautifulsoup4>=4.12.2
|
| 46 |
-
weasyprint>=60.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
openpyxl>=3.1.2
|
| 44 |
markdown>=3.5.1
|
| 45 |
beautifulsoup4>=4.12.2
|
| 46 |
+
weasyprint>=60.2
|
| 47 |
+
|
| 48 |
+
# ML dependencies
|
| 49 |
+
joblib>=1.3.2
|
| 50 |
+
shap>=0.43.0
|
| 51 |
+
mlflow>=2.9.0
|