Skip to content

Commit e05333c

Browse files
author
acordeir
committed
pyarrow dependencies
1 parent 39c56bd commit e05333c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ include = [
3131
test = [
3232
"pytest>=7.2.0",
3333
"numpy>=1.21",
34+
"pyarrow>=8.0.0"
3435
]
3536

3637
[tool.hatch.build.targets.wheel]

tests/test_parquet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import dask_awkward as dak
66
import logging
77
import numpy as np
8-
#import pyarrow.parquet as pq
8+
import pyarrow.parquet as pq
99
from servicex_analysis_utils.materialization import to_awk
1010

1111

0 commit comments

Comments
 (0)