Skip to content

Commit

Permalink
bumping to pathos-0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckerns committed Nov 2, 2020
1 parent 0513cd3 commit e579ea4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down Expand Up @@ -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 += """
Expand Down

0 comments on commit e579ea4

Please sign in to comment.