Spaces:
Running
Running
File size: 337 Bytes
25c94ab 9a668d8 4c3d3df 25c94ab 218b520 25c94ab 912c074 5733866 912c074 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | [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 = []
|