Skip to content

Commit

Permalink
bumping to pyina-0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckerns committed Nov 3, 2020
1 parent 821a6f6 commit 81070d2
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 @@ -225,7 +225,7 @@
Optional requirements:
- ``setuptools``, **version >= 0.6**
- ``pyina``, **version >= 0.2.3**
- ``pyina``, **version >= 0.2.4**
- ``rpyc``, **version >= 3.0.6**
- ``mystic``, **version >= 0.3.7**
Expand Down Expand Up @@ -377,7 +377,7 @@ def write_info_py(filename='pathos/info.py'):
dill_version = '>=0.3.3'
pox_version = '>=0.2.9'
mp_version = '>=0.70.11' if version_info >= (2,6) else '>=0.52.0'
pyina_version = '>=0.2.3'
pyina_version = '>=0.2.4'
rpyc_version = '>=3.0.6'
deps = [ppft_version, dill_version, pox_version]
if mp_version:
Expand Down

0 comments on commit 81070d2

Please sign in to comment.