agents_gaia / pyproject.toml
Isics's picture
fixed some shit
6aef72f
raw
history blame contribute delete
442 Bytes
[project]
name = "agentscourse"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.13"
dependencies = [
"datasets>=4.4.1",
"ddgs>=9.9.2",
"markdownify>=1.2.2",
"matplotlib>=3.10.7",
"ollama>=0.6.1",
"openpyxl>=3.1.5",
"pillow>=12.0.0",
"pypdf>=6.4.0",
"smolagents[openai,transformers]>=1.23.0",
"sympy>=1.14.0",
"transformers>=4.57.3",
"wikipedia-api>=0.8.1",
]