File size: 392 Bytes
a35c6f4
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[project]
name = "complex-json-output"
description = "Environment for verifying complex JSON output formatting and correctness"
tags = ["json", "instruction-following", "verifiable-reward", "train", "eval"]
version = "0.1.0"
requires-python = ">=3.10"
dependencies = [
    "verifiers>=0.1.5.post0",
    "datasets",
]

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"