GAIA_Agent / pyproject.toml
Delanoe Pirard
First commit
a23082c
raw
history blame
945 Bytes
[project]
name = "gaia-agent"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.11"
dependencies = [
"certifi>=2025.4.26",
"datasets>=3.5.1",
"dotenv>=0.9.9",
"gradio>=5.28.0",
"helium>=5.1.1",
"huggingface>=0.0.1",
"llama-index>=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-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",
"openai-whisper>=20240930",
"pandas>=2.2.3",
"requests>=2.32.3",
"scipy>=1.15.2",
"sympy>=1.14.0",
"youtube-transcript-api>=1.0.3",
]