Skip to content

Commit

Permalink
Temporarily pin pandas < 2.1.0 (#6200)
Browse files Browse the repository at this point in the history
Temporarily pin pandas <2.1.0
  • Loading branch information
albertvillanova committed Aug 31, 2023
1 parent 029227a commit 0f8c580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
# For smart caching dataset processing
"dill>=0.3.0,<0.3.8", # tmp pin until dill has official support for determinism see https://github.com/uqfoundation/dill/issues/19
# For performance gains with apache arrow
"pandas",
"pandas<2.1.0", # temporary pin
# for downloading datasets over HTTPS
"requests>=2.19.0",
# progress bars in download and scripts
Expand Down

0 comments on commit 0f8c580

Please sign in to comment.