Files
ti_coding_agent_probe/pyproject.toml

19 lines
436 B
TOML

[build-system]
requires = ["setuptools>=68", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "ti-coding-agent-probe"
version = "0.1.0"
description = "Reproducible SWIFT SFT probe scripts for Open-SWE-Traces derived coding-agent data."
requires-python = ">=3.10"
dependencies = [
"huggingface_hub>=0.23",
"datasets>=2.20",
"pyarrow>=15",
"tensorboard>=2.15",
]
[tool.setuptools.packages.find]
where = ["src"]