leaderboard / pyproject.toml
LennartPurucker's picture
Systems as their own class of entrant, and per-dataset results
9a668d8
Raw
History Blame Contribute Delete
337 Bytes
[project]
name = "tabarenaleaderboard"
version = "0.1.8"
description = "Code that renders the TabArena leaderboard"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"apscheduler>=3.11.0",
"gradio-client>=1.3.0",
"gradio[mcp,oauth]==6.22.0",
"pandas>=2.2.3,<3",
]
[project.optional-dependencies]
dev = []