fev-bench / pyproject.toml
shchuro's picture
Update tables
b2936db
[project]
name = "hf-leaderboard"
version = "0.1.0"
requires-python = ">=3.11"
dependencies = [
"altair>=6.0.0",
"fev>=0.7.0",
"numpy<2.2",
"pyarrow<21",
"scipy<1.15",
"streamlit>=1.53.1",
]