Skip to content

Commit d4e52de

Browse files
authored
include dill==0.3.9 in requirements
1 parent 072eb54 commit d4e52de

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
@@ -113,7 +113,7 @@
113113
# Minimum 21.0.0 to support `use_content_defined_chunking` in ParquetWriter
114114
"pyarrow>=21.0.0",
115115
# 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
116+
"dill>=0.3.0,<0.3.10", # tmp pin until dill has official support for determinism see https://github.com/uqfoundation/dill/issues/19
117117
# For performance gains with apache arrow
118118
"pandas",
119119
# for downloading datasets over HTTPS

0 commit comments

Comments
 (0)