File size: 215 Bytes
b2936db
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
[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",
]