TuRTLe-Leaderboard / pyproject.toml
ggcristian's picture
Preserve scroll when re-generating plots
c94926c
raw
history blame contribute delete
252 Bytes
[project]
name = "tortuga"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"gradio>=5.21.0",
"gradio-leaderboard>=0.0.13",
"pandas>=2.2.3",
"plotly>=6.0.1",
]