a43edb1148
* feat: ✨ added the extraction process into the main multi threaded loop Also added a warning when the app finds existing CSV files in the combined folder * fix: 🐛 Fixed time calculations for ETA & Completion
14 lines
275 B
TOML
14 lines
275 B
TOML
[project]
|
|
name = "met-office"
|
|
version = "1.3.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",
|
|
]
|