diff --git a/setup.py b/setup.py index b3fcedf5..685e80ca 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.5** + - ``pathos``, **version >= 0.2.6** - ``pyina``, **version >= 0.2.2** @@ -405,7 +405,7 @@ def write_info_py(filename='mystic/info.py'): scipy_version = '>=0.6.0' matplotlib_version = '>=0.91' mpmath_version = '>=0.19' -pathos_version = '>=0.2.5' +pathos_version = '>=0.2.6' pyina_version = '>=0.2.2' if has_setuptools: setup_code += """