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 6aaa677 commit 98a6990Copy full SHA for 98a6990
setup.py
@@ -111,7 +111,7 @@
111
"numpy>=1.17",
112
# Backend and serialization.
113
# Minimum 15.0.0 to be able to cast dictionary types to their underlying types
114
- "pyarrow>=21.0.0",
+ "pyarrow>=21.0.0.dev",
115
# For smart caching dataset processing
116
"dill>=0.3.0,<0.3.9", # tmp pin until dill has official support for determinism see https://github.com/uqfoundation/dill/issues/19
117
# For performance gains with apache arrow
0 commit comments