Files
met_office_radar_data/pyproject.toml
T
2025-11-18 22:09:20 +00:00

14 lines
275 B
TOML

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