Spaces:
Runtime error
Runtime error
File size: 665 Bytes
0631ba2 | 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 | [project]
name = "agents-course-final-work"
version = "0.1.0"
requires-python = ">=3.12"
dependencies = [
"arxiv>=2.2.0",
"gradio[oauth]>=5.29.1",
"huggingface-hub>=0.31.4",
"langchain>=0.3.25",
"langchain-chroma>=0.2.4",
"langchain-community>=0.3.24",
"langchain-core>=0.3.60",
"langchain-google-genai>=2.1.4",
"langchain-groq>=0.3.2",
"langchain-huggingface>=0.2.0",
"langchain-tavily>=0.1.6",
"langgraph>=0.4.5",
"matplotlib>=3.10.3",
"pgvector>=0.4.1",
"pymupdf>=1.25.5",
"pytesseract>=0.3.13",
"python-dotenv>=1.1.0",
"requests>=2.32.3",
"supabase>=2.15.1",
"wikipedia>=1.4.0",
]
|