Skip to content

Commit eebd3de

Browse files
EXPEbdodlaBhargav Dodla
andauthored
fix: Pyarrow substrait module is available from 9.0.0 only (#145)
* fix: pyarrow.substrait module is available from 9.0.0 only --------- Co-authored-by: Bhargav Dodla <[email protected]>
1 parent 0020c2e commit eebd3de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"mmh3",
4444
"numpy>=1.22,<2",
4545
"pandas>=1.4.3,<3",
46-
"pyarrow>=4",
46+
"pyarrow>=9.0.0",
4747
"pydantic>=2.0.0",
4848
"pygments>=2.12.0,<3",
4949
"PyYAML>=5.4.0,<7",

0 commit comments

Comments
 (0)