feat: Added reading zone info from csv

This commit is contained in:
2025-11-12 12:02:58 +00:00
parent be2c89bcc2
commit e38d21598f
9 changed files with 150 additions and 108 deletions
+1
View File
@@ -7,6 +7,7 @@ requires-python = ">=3.12"
dependencies = [
"numpy>=2.3.4",
"pandas>=2.3.3",
"polars>=1.35.2",
"pyyaml>=6.0.3",
"ruff>=0.14.3",
]