We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39c56bd commit e05333cCopy full SHA for e05333c
pyproject.toml
@@ -31,6 +31,7 @@ include = [
31
test = [
32
"pytest>=7.2.0",
33
"numpy>=1.21",
34
+ "pyarrow>=8.0.0"
35
]
36
37
[tool.hatch.build.targets.wheel]
tests/test_parquet.py
@@ -5,7 +5,7 @@
5
import dask_awkward as dak
6
import logging
7
import numpy as np
8
-#import pyarrow.parquet as pq
+import pyarrow.parquet as pq
9
from servicex_analysis_utils.materialization import to_awk
10
11
0 commit comments