transfer / math500 /pyproject.toml
Delta-Vector's picture
Upload folder using huggingface_hub
beca1d5 verified
[project]
name = "math500"
description = "MATH-500 evaluation environment"
tags = ["math", "eval", "single-turn"]
version = "0.1.16"
requires-python = ">=3.11,<3.13"
dependencies = [
"verifiers>=0.1.8.post2",
"math-verify>=0.8.0",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build]
include = ["math500.py"]