Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Ensure pyarrow supports use_compliant_nested_type
Signed-off-by: Judah Rand <17158624+judahrand@users.noreply.github.com>
  • Loading branch information
judahrand committed Oct 15, 2021
commit fd6b582c7299c7c7272a8eb0d818d251cf495aa7
2 changes: 1 addition & 1 deletion sdk/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"pandas>=1.0.0",
"pandavro==1.5.*",
"protobuf>=3.10",
"pyarrow>=2.0.0",
"pyarrow>=4.0.0",
Comment thread
achals marked this conversation as resolved.
Outdated
"pydantic>=1.0.0",
"PyYAML>=5.4.*",
"tabulate==0.8.*",
Expand Down