ImpermanentLeaderboard / pyproject.toml
azulgarza's picture
feat: add real leaderboard pipeline
46dbc41
raw
history blame contribute delete
315 Bytes
[project]
name = "impermanent-leaderboard"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"gradio>=6.5.1",
"matplotlib>=3.10.8",
"pandas>=3.0.0",
"pyarrow>=19.0.0",
]
[dependency-groups]
dev = [
"ipython>=9.10.0",
]