GAIA_Agent / pyproject.toml
Delanoe Pirard
clean 2
36f433e
raw
history blame
1.46 kB
[project]
name = "gaia-agent"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.11"
dependencies = [
"beautifulsoup4>=4.13.4",
"certifi>=2025.4.26",
"datasets>=3.5.1",
"dotenv>=0.9.9",
"duckdb>=1.2.2",
"ffmpeg-python>=0.2.0",
"gradio[oauth]>=5.28.0",
"helium>=5.1.1",
"huggingface>=0.0.1",
"imageio>=2.37.0",
"llama-index==0.12.33",
"llama-index-core==0.12.33",
"llama-index-embeddings-huggingface>=0.5.3",
"llama-index-llms-google-genai>=0.1.9",
"llama-index-retrievers-bm25>=0.5.2",
"llama-index-storage-chat-store-redis>=0.4.1",
"llama-index-tools-arxiv>=0.3.0",
"llama-index-tools-code-interpreter>=0.3.0",
"llama-index-tools-duckduckgo>=0.3.0",
"llama-index-tools-google>=0.3.0",
"llama-index-tools-tavily-research>=0.3.0",
"llama-index-tools-wikipedia>=0.3.0",
"llama-index-tools-wolfram-alpha>=0.3.0",
"llama-index-tools-yahoo-finance>=0.3.0",
"matplotlib>=3.10.1",
"numpy>=2.2.5",
"openai-whisper>=20240930",
"opencv-python>=4.11.0.86",
"openpyxl>=3.1.5",
"pandas>=2.2.3",
"pyarrow>=20.0.0",
"pygame>=2.6.1",
"python-chess>=1.999",
"redis>=6.0.0",
"requests>=2.32.3",
"scikit-learn>=1.6.1",
"scipy>=1.15.2",
"seaborn>=0.13.2",
"sqlalchemy>=2.0.40",
"statsmodels>=0.14.4",
"sympy>=1.14.0",
"youtube-transcript-api>=1.0.3",
"yt-dlp>=2025.3.31",
]