EASI-Leaderboard / pyproject.toml
yangzhitao
chore: update requirements.txt to add new dependencies
3621f64
raw
history blame
596 Bytes
[project]
name = "leaderboard"
version = "0.1.0"
description = "Leaderboard for Benchmarking LLMs"
readme = "README.md"
requires-python = ">=3.10,<3.11"
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",
"python-dotenv>=1.2.1",
"pydantic>=2.11.10",
"pydantic-settings>=2.11.0",
"rich>=14.2.0",
]
[dependency-groups]
dev = ["ruff>=0.14.0,<0.15.0"]