File size: 360 Bytes
beca1d5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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"]