File size: 739 Bytes
875f8ee ca6fbc3 50df397 cf51709 968a67a cf51709 ca6fbc3 875f8ee cf51709 ca6fbc3 50df397 ca6fbc3 875f8ee 968a67a cf51709 968a67a cf51709 50df397 cf51709 50df397 cf51709 50df397 875f8ee |
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 |
[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",
"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",
]
|