Skip to content

Commit d18f0b9

Browse files
committed
remove unnecessary libraries
1 parent c92959d commit d18f0b9

File tree

2 files changed

+0
-938
lines changed

2 files changed

+0
-938
lines changed

pyproject.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,22 @@ license = { file = "LICENSE" }
99
readme = "README.md"
1010
requires-python = ">=3.11"
1111
dependencies = [
12-
"langchain-ollama==0.2.1",
13-
"langchain-openai==0.2.0",
1412
"langchain==0.3.11",
1513
"mistralai==1.5.0",
1614
"smolagents[mcp]==1.21.1",
17-
"langchain-huggingface==0.1.2",
1815
"langchain-text-splitters==0.3.2",
1916
"ollama==0.4.0",
2017
"unstructured[all-docs]==0.16.11",
2118
"langchain-core==0.3.24",
2219
"typing==3.7.4.3",
2320
"typing-extensions==4.12.2",
2421
"langgraph==0.2.59",
25-
"langchain-chroma==0.1.4",
2622
"langchain-community==0.3.11",
2723
"litellm==1.52.16",
2824
"typer==0.16.0",
2925
"rich==14.0.0",
3026
"quo==2023.5.1",
3127
"questionary==2.0.1",
32-
"langchain-google-genai==2.0.7",
3328
"python-dotenv>=1.1.1",
3429
"pydantic>=2.11.7",
3530
"google-genai>=1.2.0",

0 commit comments

Comments
 (0)