ImpermanentLeaderboard / pyproject.toml
geoalgo's picture
clean up dep files
5a3c0ba
raw
history blame
292 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",
]
[dependency-groups]
dev = [
"ipython>=9.10.0",
]