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 ac92c85 commit bf4f293
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.2**
- ``pyina``, **version >= 0.2.3**
- ``rpyc``, **version >= 3.0.6**
- ``mystic``, **version >= 0.3.5**
Expand Down Expand Up @@ -377,7 +377,7 @@ def write_info_py(filename='pathos/info.py'):
dill_version = '>=0.3.2'
pox_version = '>=0.2.8'
mp_version = '>=0.70.10' if version_info >= (2,6) else '>=0.52.0'
pyina_version = '>=0.2.2'
pyina_version = '>=0.2.3'
rpyc_version = '>=3.0.6'
deps = [ppft_version, dill_version, pox_version]
if mp_version:
Expand Down

0 comments on commit bf4f293

Please sign in to comment.