zerolang-editing / pyproject.toml
pandelis's picture
Add Zerolang editing environment
bb1b296 verified
raw
history blame contribute delete
537 Bytes
[project]
name = "zerolang-editing"
description = "Tool-backed Zerolang editing tasks for graph-first code repair and refactoring"
tags = ["zerolang", "graph-editing", "code-editing", "train", "eval"]
version = "0.1.8"
requires-python = ">=3.10"
dependencies = [
"datasets>=2.19.0",
"verifiers>=0.1.14",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build]
include = ["zerolang_editing", "pyproject.toml"]
[tool.verifiers.eval]
num_examples = 3
rollouts_per_example = 1
max_turns = 6