feat: CSV output near complete

This commit is contained in:
2025-11-10 21:18:32 +00:00
parent 88146c08b1
commit a4ce73b28a
7 changed files with 178 additions and 75 deletions
+1
View File
@@ -6,6 +6,7 @@ readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"numpy>=2.3.4",
"pandas>=2.3.3",
"pyyaml>=6.0.3",
"ruff>=0.14.3",
]