Model/packages/domain/pyproject.toml
Khalim Conn-Kowlessar 3abcee6a53 slice 13: to_rows(properties) returns pd.DataFrame
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-16 16:43:28 +00:00

16 lines
365 B
TOML

[project]
name = "domna-domain"
version = "0.1.0"
description = "Shared domain types for the Ara modelling pipeline and sibling Domna services."
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/domain"]