video-challenge-leaderboard / pyproject.toml
gmancino-ball's picture
Update pyproject.toml
1c4faa1 verified
raw
history blame contribute delete
289 Bytes
[project]
name = "leaderboard"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"streamlit",
"pandas",
"altair",
"scikit-learn",
"huggingface_hub",
"vl-convert-python",
"hf_transfer"
]