We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 094a233 commit 2bdaa01Copy full SHA for 2bdaa01
setup.py
@@ -112,7 +112,7 @@
112
"numpy>=1.17",
113
# Backend and serialization.
114
# Minimum 15.0.0 to be able to cast dictionary types to their underlying types
115
- "pyarrow>=21.0.0",
+ "pyarrow>=21.0.0.dev",
116
# For smart caching dataset processing
117
"dill>=0.3.0,<0.3.9", # tmp pin until dill has official support for determinism see https://github.com/uqfoundation/dill/issues/19
118
# For performance gains with apache arrow
0 commit comments