EASI-Leaderboard / pyproject.toml
yangzhitao
chores: update project configuration files about code linting, formatting and dependencies
482874e
raw
history blame
497 Bytes
[project]
name = "leaderboard"
version = "0.1.0"
description = "Leaderboard for Benchmarking LLMs"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"APScheduler",
"datasets",
"gradio",
"gradio[oauth]",
"gradio_leaderboard==0.0.13",
"gradio_client",
"huggingface-hub>=0.18.0",
"matplotlib",
"numpy",
"pandas",
"python-dateutil",
"tqdm",
"transformers",
"tokenizers>=0.15.0",
"sentencepiece",
]
[dependency-groups]
dev = [
"ruff>=0.14.0,<0.15.0",
]