Model/services/ml_training_data/pyproject.toml
Khalim Conn-Kowlessar eb42cb88a1 slice 14a: ml_training_data pkg + sample.py (CSV filter + random sample)
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-16 17:39:43 +00:00

16 lines
386 B
TOML

[project]
name = "ml-training-data"
version = "0.1.0"
description = "Pipeline that turns the EPC open-data CSV into ML training parquet + baseline models."
requires-python = ">=3.11"
dependencies = [
"pandas>=2.0",
"pandas-stubs",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src/ml_training_data"]