From 705b4e1cf0593c489f766fa3ebc65599c2fc3ecb Mon Sep 17 00:00:00 2001 From: JGrel Date: Thu, 24 Apr 2025 21:43:12 +0200 Subject: [PATCH] Change dill version in requirements --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 399aad04395..3d6e8841ba8 100644 --- a/setup.py +++ b/setup.py @@ -114,7 +114,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.9,<0.4.5", # 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