Skip to content

Commit

Permalink
bumping to pyina-0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckerns committed Jun 14, 2021
1 parent bc8fb37 commit 1b63c7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,9 @@
Optional requirements:
- ``setuptools``, **version >= 0.6**
- ``pyina``, **version >= 0.2.4**
- ``pyina``, **version >= 0.2.5**
- ``rpyc``, **version >= 3.0.6**
- ``mystic``, **version >= 0.3.7**
- ``mystic``, **version >= 0.3.8**
More Information
Expand Down Expand Up @@ -382,7 +382,7 @@ def write_info_py(filename='pathos/info.py'):
dill_version = '>=0.3.4'
pox_version = '>=0.3.0'
mp_version = '>=0.70.12.1' if version_info >= (2,6) else '>=0.52.0'
pyina_version = '>=0.2.4'
pyina_version = '>=0.2.5'
rpyc_version = '>=3.0.6'
deps = [ppft_version, dill_version, pox_version]
if mp_version:
Expand Down

0 comments on commit 1b63c7f

Please sign in to comment.