Files
met_office_radar_data/pyproject.toml
T

14 lines
275 B
TOML

[project]
name = "met-office"
version = "1.1.1"
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",
]