Skip to content

Commit a37bc85

Browse files
committed
update extras
1 parent 6f18e5e commit a37bc85

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

python/pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ all = [
5555
'npTDMS~=1.9',
5656
'polars~=1.8',
5757
'pyOpenSSL<24.0.0',
58+
'pyarrow>=17.0.0',
5859
'rosbags~=0.0',
5960
'sift-stream-bindings>=0.2.0-rc',
6061
'types-pyOpenSSL<24.0.0',
@@ -63,6 +64,9 @@ build = [
6364
'build==1.2.1',
6465
'pdoc==14.5.0',
6566
]
67+
data-review = [
68+
'pyarrow>=17.0.0',
69+
]
6670
dev = [
6771
'grpcio-testing~=1.13',
6872
'mypy==1.10.0',
@@ -93,6 +97,7 @@ dev-all = [
9397
'pdoc==14.5.0',
9498
'polars~=1.8',
9599
'pyOpenSSL<24.0.0',
100+
'pyarrow>=17.0.0',
96101
'pyright==1.1.386',
97102
'pytest-asyncio==0.23.7',
98103
'pytest-benchmark==4.0.0',

0 commit comments

Comments
 (0)