agents-course / pyproject.toml
laiking's picture
update
498d072
[project]
name = "agents"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"chromadb>=1.0.8",
"datasets>=3.6.0",
"gradio[oauth]>=5.33.1",
"huggingface-hub>=0.29.2",
"ipykernel>=6.29.5",
"ipynbname>=2024.1.0.0",
"ipywidgets>=8.1.5",
"jupyter>=1.1.1",
"llama-index>=0.12.41",
"llama-index-embeddings-huggingface>=0.5.3",
"llama-index-llms-gemini>=0.5.0",
"llama-index-llms-google-genai>=0.2.1",
"llama-index-llms-huggingface-api>=0.4.2",
"llama-index-llms-mistralai>=0.6.0",
"llama-index-llms-openrouter>=0.3.2",
"llama-index-readers-web>=0.4.2",
"llama-index-readers-wikipedia>=0.3.0",
"llama-index-tools-google>=0.3.1",
"llama-index-tools-tavily-research>=0.3.0",
"llama-index-tools-wikipedia>=0.3.0",
"llama-index-utils-workflow>=0.3.2",
"llama-index-vector-stores-chroma>=0.4.1",
"mwclient>=0.11.0",
"openinference-instrumentation-smolagents>=0.1.11",
"opentelemetry-exporter-otlp>=1.32.1",
"opentelemetry-sdk>=1.32.1",
"pip>=25.0.1",
"requests>=2.32.3",
"smolagents>=1.10.0",
"youtube-transcript-api>=1.1.0",
]
[dependency-groups]
dev = [
"ipykernel>=6.29.5",
]