shiftedx-bench / pyproject.toml
Shiftedx's picture
Fix immutable provenance flags for Shiftedx Bench v0.5.1
335e669 verified
Raw
History Blame Contribute Delete
690 Bytes
[build-system]
requires = ["hatchling>=1.27"]
build-backend = "hatchling.build"
[project]
name = "shiftedx-bench"
version = "0.5.1"
description = "Reproducible quality, long-context, tool, vision, and MTPLX qualification for local language models"
readme = "README.md"
requires-python = ">=3.11"
license = {text = "Apache-2.0"}
authors = [{name = "Shiftedx"}]
dependencies = []
[project.optional-dependencies]
tokenizers = ["transformers>=5.0"]
vision = ["Pillow>=11.0"]
test = ["pytest>=8.0"]
[project.scripts]
shiftedx-bench = "shiftedx_bench.cli:main"
[tool.hatch.build.targets.wheel]
packages = ["src/shiftedx_bench"]
[tool.pytest.ini_options]
testpaths = ["tests"]
addopts = "-q"