FinalAssignmentProject / pyproject.toml
IbrahimOued's picture
add smolagent agent to project
206625f
raw
history blame contribute delete
771 Bytes
[project]
name = "hf-agents-gaia-agent"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"beautifulsoup4>=4.13.4",
"duckduckgo-search>=8.0.2",
"ffmpeg>=1.4",
"gradio[oauth]>=5.27.0",
"helium>=5.1.1",
"litellm==1.67.1",
"markdownify>=1.1.0",
"numpy>=2.2.5",
"openai>=1.76.0",
"openai-whisper>=20240930",
"opencv-python>=4.11.0.86",
"openpyxl>=3.1.5",
"pandas>=2.2.3",
"pillow>=11.2.1",
"python-dotenv>=1.1.0",
"requests>=2.32.3",
"selenium>=4.31.0",
"smolagents[litellm]>=1.14.0",
"timm>=1.0.15",
"torch>=2.7.0",
"tqdm>=4.67.1",
"transformers>=4.51.3",
"wikipedia-api>=0.8.1",
"yt-dlp>=2025.3.31",
]