Spaces:
Sleeping
Sleeping
Commit ·
396169b
1
Parent(s): 4698bb1
chore: add requirements.txt with all pinned dependencies
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi>=0.109.0
|
| 2 |
+
uvicorn[standard]>=0.27.0
|
| 3 |
+
pydantic>=2.5.0
|
| 4 |
+
pydantic-settings>=2.1.0
|
| 5 |
+
httpx>=0.26.0
|
| 6 |
+
sentence-transformers>=2.3.0
|
| 7 |
+
numpy>=1.26.0
|
| 8 |
+
scikit-learn>=1.4.0
|
| 9 |
+
python-dotenv>=1.0.0
|
| 10 |
+
tenacity>=8.2.0
|
| 11 |
+
openai>=1.12.0
|
| 12 |
+
PyYAML>=6.0.0
|
| 13 |
+
pytest>=7.4.0
|
| 14 |
+
pytest-asyncio>=0.23.0
|