advanced / pyproject.toml
Alina Lozovskaya
Update pyproject.toml
b6ca389
raw
history blame
444 Bytes
[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"