Skip to content

Commit 1e5028a

Browse files
committed
ci: specify pyarrow constraint as pyarrow>=21.0.0.dev
1 parent 145d53e commit 1e5028a

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

0 commit comments

Comments
 (0)