Merge pull request #1861 from kyrre/feature/parquet-arrow-renderer

Feature/parquet arrow renderer
This commit is contained in:
ikelos
2025-09-15 10:00:03 +01:00
committed by GitHub
5 changed files with 354 additions and 20 deletions
+2
View File
@@ -42,6 +42,8 @@ dev = [
"types-jsonschema>=4.23.0,<5",
]
arrow = ["pyarrow>=17.0.0"]
test = [
"volatility3[dev]",
"pytest>=8.3.3,<9",