From 0232448a5bae33233b9a622be99daa59aec814a2 Mon Sep 17 00:00:00 2001 From: Navanit Dubey <98005188+Navanit-git@users.noreply.github.com> Date: Wed, 27 Aug 2025 13:09:37 +0530 Subject: [PATCH] Updating Dll --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 58e0b155666..50bb5519d55 100644 --- a/setup.py +++ b/setup.py @@ -113,7 +113,7 @@ # Minimum 15.0.0 to be able to cast dictionary types to their underlying types "pyarrow>=15.0.0", # For smart caching dataset processing - "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.4.0", # tmp pin until dill has official support for determinism see https://github.com/uqfoundation/dill/issues/19 # For performance gains with apache arrow "pandas", # for downloading datasets over HTTPS