We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f18e5e commit a37bc85Copy full SHA for a37bc85
1 file changed
python/pyproject.toml
@@ -55,6 +55,7 @@ all = [
55
'npTDMS~=1.9',
56
'polars~=1.8',
57
'pyOpenSSL<24.0.0',
58
+ 'pyarrow>=17.0.0',
59
'rosbags~=0.0',
60
'sift-stream-bindings>=0.2.0-rc',
61
'types-pyOpenSSL<24.0.0',
@@ -63,6 +64,9 @@ build = [
63
64
'build==1.2.1',
65
'pdoc==14.5.0',
66
]
67
+data-review = [
68
69
+]
70
dev = [
71
'grpcio-testing~=1.13',
72
'mypy==1.10.0',
@@ -93,6 +97,7 @@ dev-all = [
93
97
94
98
95
99
100
96
101
'pyright==1.1.386',
102
'pytest-asyncio==0.23.7',
103
'pytest-benchmark==4.0.0',
0 commit comments