From e579ea45ebd387e395067d00988fa4c73b48491a Mon Sep 17 00:00:00 2001 From: mmckerns Date: Mon, 2 Nov 2020 18:27:35 -0500 Subject: [PATCH] bumping to pathos-0.2.7 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index fef7854..bb89e9e 100644 --- a/setup.py +++ b/setup.py @@ -187,7 +187,7 @@ - ``matplotlib``, **version >= 0.91** - ``scipy``, **version >= 0.6.0** - ``mpmath``, **version >= 1.0.0** - - ``pathos``, **version >= 0.2.6** + - ``pathos``, **version >= 0.2.7** - ``pyina``, **version >= 0.2.3** @@ -405,7 +405,7 @@ def write_info_py(filename='mystic/info.py'): scipy_version = '>=0.6.0' matplotlib_version = '>=0.91' #XXX: kiwisolver-1.3.0 mpmath_version = '>=0.19' -pathos_version = '>=0.2.6' +pathos_version = '>=0.2.7' pyina_version = '>=0.2.3' if has_setuptools: setup_code += """