advanced / pyproject.toml
Alina Lozovskaya
Bump up gradio to 5.21.0
a8fcdeb
raw
history blame
639 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",
"hf-transfer>=0.1.9",
"langfuse>=2.59.3",
"litellm>=1.61.16",
"loguru>=0.7.3",
"markitdown>=0.0.2",
"matplotlib>=3.10.0",
"openai>=1.63.0",
"python-dotenv>=1.0.1",
"torch>=2.6.0",
"tqdm>=4.67.1",
"transformers>=4.48.3",
"black>=25.1.0",
]
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"