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 072eb54 commit d4e52deCopy full SHA for d4e52de
setup.py
@@ -113,7 +113,7 @@
113
# Minimum 21.0.0 to support `use_content_defined_chunking` in ParquetWriter
114
"pyarrow>=21.0.0",
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
+ "dill>=0.3.0,<0.3.10", # tmp pin until dill has official support for determinism see https://github.com/uqfoundation/dill/issues/19
117
# For performance gains with apache arrow
118
"pandas",
119
# for downloading datasets over HTTPS
0 commit comments