Update requirements.txt
Browse files- requirements.txt +7 -15
requirements.txt
CHANGED
|
@@ -1,18 +1,10 @@
|
|
| 1 |
-
|
| 2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
crewai==0.28.8
|
| 4 |
crewai_tools==0.1.6
|
| 5 |
langchain_community==0.0.29
|
| 6 |
-
|
| 7 |
-
# LLM adapters (same era)
|
| 8 |
-
langchain-openai==0.1.4 # Apr 26, 2024 release fits the 0.0.x/0.1.x ecosystem
|
| 9 |
-
|
| 10 |
-
# Vector store
|
| 11 |
-
chromadb==0.4.22 # stable with older LC integrations
|
| 12 |
-
|
| 13 |
-
# Web UI (avoid newer Typer constraints entirely)
|
| 14 |
-
gradio==3.50.2 # v3 works fine with Blocks/Tabs/Dataframe used in the app
|
| 15 |
-
|
| 16 |
-
# Pin shared deps to keep resolver happy
|
| 17 |
-
pydantic==1.10.13 # removes Pydantic v2 deprecation spam for these older libs
|
| 18 |
-
typer==0.12.5 # satisfies chroma (>=0.9) and won’t fight gradio v3
|
|
|
|
| 1 |
+
huggingface_hub==0.25.2
|
| 2 |
+
requests
|
| 3 |
+
gradio
|
| 4 |
+
pypdf
|
| 5 |
+
openai
|
| 6 |
+
openai-agents
|
| 7 |
crewai==0.28.8
|
| 8 |
crewai_tools==0.1.6
|
| 9 |
langchain_community==0.0.29
|
| 10 |
+
PyPDF2>=3.0.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|