amine_dubs commited on
Commit ·
294f2ba
1
Parent(s): 5404374
Remove explicit sentencepiece dependency to fix Alpine build issues
Browse files- backend/requirements.txt +1 -1
backend/requirements.txt
CHANGED
|
@@ -7,5 +7,5 @@ python-docx
|
|
| 7 |
openpyxl
|
| 8 |
python-pptx
|
| 9 |
PyMuPDF
|
| 10 |
-
sentencepiece
|
| 11 |
sacremoses # Often needed for translation models
|
|
|
|
| 7 |
openpyxl
|
| 8 |
python-pptx
|
| 9 |
PyMuPDF
|
| 10 |
+
# sentencepiece - Removed explicit dependency to avoid Alpine build issues (still installed via transformers)
|
| 11 |
sacremoses # Often needed for translation models
|