Spaces:
Sleeping
Sleeping
feat: update requirement by adding unicorn
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
# Web framework
|
| 4 |
fastapi>=0.111.0
|
| 5 |
uvicorn[standard]>=0.29.0
|
| 6 |
-
python-multipart>=0.0.9
|
| 7 |
|
| 8 |
# Environment
|
| 9 |
python-dotenv>=1.0.0
|
|
@@ -20,4 +20,7 @@ pdfplumber>=0.11.0
|
|
| 20 |
# Retrieval / ranking
|
| 21 |
rank-bm25>=0.2.2
|
| 22 |
scikit-learn>=1.4.0
|
| 23 |
-
numpy>=1.26.0
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
# Web framework
|
| 4 |
fastapi>=0.111.0
|
| 5 |
uvicorn[standard]>=0.29.0
|
| 6 |
+
python-multipart>=0.0.9
|
| 7 |
|
| 8 |
# Environment
|
| 9 |
python-dotenv>=1.0.0
|
|
|
|
| 20 |
# Retrieval / ranking
|
| 21 |
rank-bm25>=0.2.2
|
| 22 |
scikit-learn>=1.4.0
|
| 23 |
+
numpy>=1.26.0
|
| 24 |
+
|
| 25 |
+
# Validation
|
| 26 |
+
pydantic>=2.7.0
|