Skip to content

Commit

Permalink
bumping to pyina-0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckerns committed Jun 16, 2020
1 parent 2d6275e commit 84cd44f
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 @@ -188,7 +188,7 @@
- ``scipy``, **version >= 0.6.0**
- ``mpmath``, **version >= 1.0.0**
- ``pathos``, **version >= 0.2.6**
- ``pyina``, **version >= 0.2.2**
- ``pyina``, **version >= 0.2.3**
More Information
Expand Down Expand Up @@ -406,7 +406,7 @@ def write_info_py(filename='mystic/info.py'):
matplotlib_version = '>=0.91'
mpmath_version = '>=0.19'
pathos_version = '>=0.2.6'
pyina_version = '>=0.2.2'
pyina_version = '>=0.2.3'
if has_setuptools:
setup_code += """
zip_safe=False,
Expand Down

0 comments on commit 84cd44f

Please sign in to comment.