video-challenge-leaderboard / pyproject.toml
kt-test-account's picture
proper timezone
27015a1
raw
history blame contribute delete
301 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",
"pytz"
]