File size: 444 Bytes
d1ed69b
 
 
 
 
 
b975b7b
d1ed69b
 
a8fcdeb
d1ed69b
 
 
bae4131
d1ed69b
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[project]
name = "yourbench-space"
version = "0.1.0"
requires-python = ">=3.12, <3.13"

dependencies = [
    "yourbench @ git+https://github.com/huggingface/[email protected]",
    "asyncio>=3.4.3",
    "datasets>=3.3.0",
    "gradio[oauth]>=5.21.0",
    "loguru>=0.7.3",
    "python-dotenv>=1.0.1",
    "tqdm>=4.67.1",
    "black>=25.1.0",
]

[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"