Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +19 -14
requirements.txt
CHANGED
|
@@ -1,14 +1,19 @@
|
|
| 1 |
-
joblib==1.3.2
|
| 2 |
-
pandas==2.0.2
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
langchain
|
| 11 |
-
langchain-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
joblib==1.3.2
|
| 2 |
+
pandas==2.0.2
|
| 3 |
+
numpy==1.25.0
|
| 4 |
+
scikit-learn==1.3.0
|
| 5 |
+
xgboost==2.0.3
|
| 6 |
+
fastapi
|
| 7 |
+
uvicorn
|
| 8 |
+
pydantic
|
| 9 |
+
langchain
|
| 10 |
+
langchain-community
|
| 11 |
+
langchain-groq
|
| 12 |
+
langgraph
|
| 13 |
+
openai
|
| 14 |
+
langchain-core
|
| 15 |
+
langchain-openai
|
| 16 |
+
pydantic
|
| 17 |
+
python-dotenv
|
| 18 |
+
edge_tts
|
| 19 |
+
python-multipart
|