Spaces:
Running
on
Zero
Running
on
Zero
File size: 921 Bytes
e368cec |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "arena_elo"
version = "0.2.35"
description = "Elo rating system for WildVision Bench Arena"
readme = "README.md"
requires-python = ">=3.9"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: Apache Software License",
]
dependencies = [
"numpy", "prompt_toolkit>=3.0.0", "uvicorn","polyglot", "pyicu", "pycld2", "morfessor", "scikit-learn",
"pytz", "tqdm", "pandas", "plotly", "fire", "Pillow"
]
[project.urls]
"Homepage" = "https://github.com/WildVision-Bench/Arena-Elo"
"Bug Tracker" = "https://github.com/WildVision-Bench/Arena-Elo/issues"
[tool.setuptools.packages.find]
exclude = ["assets*", "benchmark*", "docs", "dist*", "playground*", "scripts*", "tests*"]
[tool.wheel]
exclude = ["assets*", "benchmark*", "docs", "dist*", "playground*", "scripts*", "tests*"] |