Skip to content

Commit 98a6990

Browse files
committed
ci: specify pyarrow constraint as pyarrow>=21.0.0.dev
1 parent 6aaa677 commit 98a6990

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
@@ -111,7 +111,7 @@
111111
"numpy>=1.17",
112112
# Backend and serialization.
113113
# Minimum 15.0.0 to be able to cast dictionary types to their underlying types
114-
"pyarrow>=21.0.0",
114+
"pyarrow>=21.0.0.dev",
115115
# For smart caching dataset processing
116116
"dill>=0.3.0,<0.3.9", # tmp pin until dill has official support for determinism see https://github.com/uqfoundation/dill/issues/19
117117
# For performance gains with apache arrow

0 commit comments

Comments
 (0)