Files
2026-07-13 13:05:14 +08:00

14 lines
248 B
TOML

[project]
name = "dna"
version = "0.1.0"
# requires-python = "<3.12"
readme = "README.md"
dependencies = ["numpy", "rerun-sdk", "scipy"]
[project.scripts]
dna = "dna:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"