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 029227a commit 0f8c580Copy full SHA for 0f8c580
setup.py
@@ -115,7 +115,7 @@
115
# For smart caching dataset processing
116
"dill>=0.3.0,<0.3.8", # 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",
+ "pandas<2.1.0", # temporary pin
119
# for downloading datasets over HTTPS
120
"requests>=2.19.0",
121
# progress bars in download and scripts
0 commit comments