mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
16 lines
365 B
TOML
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"]
|