Files
met_office_radar_data/pyproject.toml
T
2025-11-10 20:19:03 +00:00

12 lines
232 B
TOML

[project]
name = "met-office"
version = "1.0.0"
description = "Convert .dat nimrod files to .asc files"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"numpy>=2.3.4",
"pyyaml>=6.0.3",
"ruff>=0.14.3",
]