From b4413ea1eaca5023ace1e62ddf1070de2d41b4f6 Mon Sep 17 00:00:00 2001 From: Albert Villanova del Moral <8515462+albertvillanova@users.noreply.github.com> Date: Thu, 31 Aug 2023 11:43:01 +0200 Subject: [PATCH] Temporarily pin pandas <2.1.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ed7a3330026..cd4e00a7e5b 100644 --- a/setup.py +++ b/setup.py @@ -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