Skip to content

Commit

Permalink
fix: pyarrow.substrait module is available from 9.0.0 only
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhargav Dodla committed Oct 17, 2024
1 parent 0020c2e commit 656d794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"mmh3",
"numpy>=1.22,<2",
"pandas>=1.4.3,<3",
"pyarrow>=4",
"pyarrow>=9",
"pydantic>=2.0.0",
"pygments>=2.12.0,<3",
"PyYAML>=5.4.0,<7",
Expand Down

0 comments on commit 656d794

Please sign in to comment.