-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
54 lines (54 loc) · 1.43 KB
/
pyproject.toml
File metadata and controls
54 lines (54 loc) · 1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
[project]
name = "agentic-ai-using-langgraph-mcp"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"accelerate>=1.9.0",
"anthropic>=0.55.0",
"duckduckgo-search>=8.0.4",
"faiss-cpu>=1.11.0.post1",
"google-generativeai>=0.8.5",
"huggingface-hub>=0.33.1",
"ipykernel>=6.29.5",
"ipywidgets>=8.1.7",
"langchain>=0.3.26",
"langchain-anthropic>=0.3.16",
"langchain-chroma>=0.2.4",
"langchain-community>=0.3.26",
"langchain-core>=0.3.66",
"langchain-experimental>=0.3.4",
"langchain-google-genai>=2.0.10",
"langchain-groq>=0.3.4",
"langchain-huggingface>=0.3.0",
"langchain-mcp-adapters>=0.1.7",
"langchain-ollama>=0.3.3",
"langchain-openai>=0.3.27",
"langchain-tavily>=0.2.4",
"langgraph>=0.5.0",
"langgraph-checkpoint-sqlite>=2.0.11",
"langsmith>=0.4.4",
"markdown>=3.8.2",
"mcp>=1.10.1",
"multidict>=6.0.5,<6.6.0",
"notebook>=7.4.4",
"numexpr>=2.11.0",
"numpy>=2.3.1",
"openai>=1.93.0",
"pydantic>=2.11.7",
"pypdf>=5.6.1",
"python-dotenv>=1.1.1",
"ragas>=0.2.15",
"rank-bm25>=0.2.2",
"requests>=2.32.4",
"scikit-learn>=1.7.0",
"sentence-transformers>=5.0.0",
"streamlit>=1.47.1",
"torch>=2.7.1",
"tqdm>=4.67.1",
"transformers>=4.53.0",
"typing-extensions>=4.14.0",
"unstructured>=0.18.1",
"wikipedia>=1.4.0",
]