Skip to content

Commit 0f8c580

Browse files
Temporarily pin pandas < 2.1.0 (#6200)
Temporarily pin pandas <2.1.0
1 parent 029227a commit 0f8c580

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
@@ -115,7 +115,7 @@
115115
# For smart caching dataset processing
116116
"dill>=0.3.0,<0.3.8", # tmp pin until dill has official support for determinism see https://github.com/uqfoundation/dill/issues/19
117117
# For performance gains with apache arrow
118-
"pandas",
118+
"pandas<2.1.0", # temporary pin
119119
# for downloading datasets over HTTPS
120120
"requests>=2.19.0",
121121
# progress bars in download and scripts

0 commit comments

Comments
 (0)