From ea4b4356384e5d6829d628e6a4444e97cf106c8f Mon Sep 17 00:00:00 2001 From: mmckerns Date: Sun, 13 Jun 2021 13:36:19 -0400 Subject: [PATCH] bumping to dill-0.3.4 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 2446f21..f18402e 100755 --- a/setup.py +++ b/setup.py @@ -125,7 +125,7 @@ Optional requirements:: - ``setuptools``, **version >= 0.6** - - ``dill``, **version >= 0.3.3** + - ``dill``, **version >= 0.3.4** More Information @@ -195,7 +195,7 @@ if has_setuptools: kwds.update({ "zip_safe" : False, - "extras_require" : {'dill': ['dill>=0.3.3']}, + "extras_require" : {'dill': ['dill>=0.3.4']}, }) if has_setuptools and pyversion > 2: kwds.update({