| [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" | |