Files
met_office_radar_data/pyproject.toml
T
2025-11-10 21:18:32 +00:00

13 lines
253 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",
"pandas>=2.3.3",
"pyyaml>=6.0.3",
"ruff>=0.14.3",
]