File size: 292 Bytes
d64ffef 5a3c0ba |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
[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",
]
[dependency-groups]
dev = [
"ipython>=9.10.0",
]
|