hiroplotutils/pyproject.toml

24 lines
556 B
TOML
Raw Normal View History

2024-11-13 11:35:39 -05:00
[tool.poetry]
name = "hiroplotutils"
version = "0.1.0"
description = "Valentin (hiro) Boettcher's plotting and metadata utitilies."
authors = ["Valentin Boettcher <hiro at protagon dot space>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/vale981/hiroplotutils"
packages = [
{ include = "hiroplotutils" },
]
[tool.poetry.dependencies]
python = "^3.11"
matplotlib = "^3.9.2"
pyyaml = "^6.0.2"
2024-11-13 12:10:34 -05:00
typing-extensions = "^4.12.2"
2025-01-30 10:52:03 -05:00
joblib = "^1.4.2"
2024-11-13 11:35:39 -05:00
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"