Spaces:
Sleeping
Sleeping
File size: 439 Bytes
4863f6e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | [project]
name = "final-assignment-template"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"langchain-community>=0.3.26",
"langchain>=0.3.26",
"langgraph>=0.5.0",
"scrapingant-client>=2.1.0",
"langchain-huggingface>=0.3.0",
"langchain-openai>=0.3.27",
"pandas>=2.3.0",
"gradio[oauth]>=5.35.0",
"duckduckgo-search>=8.0.4",
]
|