Skip to content

Commit

Permalink
bumping to ppft-1.6.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckerns committed Jun 13, 2021
1 parent a9abdf3 commit 2ef2560
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 @@ -219,7 +219,7 @@
- ``python``, **version == 2.7** or **version >= 3.6**, or ``pypy``
- ``dill``, **version >= 0.3.4**
- ``pox``, **version >= 0.3.0**
- ``ppft``, **version >= 1.6.6.3**
- ``ppft``, **version >= 1.6.6.4**
- ``multiprocess``, **version >= 0.70.11.1**
Optional requirements:
Expand Down Expand Up @@ -378,7 +378,7 @@ def write_info_py(filename='pathos/info.py'):
'''

# add dependencies
ppft_version = '>=1.6.6.3'
ppft_version = '>=1.6.6.4'
dill_version = '>=0.3.4'
pox_version = '>=0.3.0'
mp_version = '>=0.70.11.1' if version_info >= (2,6) else '>=0.52.0'
Expand Down

0 comments on commit 2ef2560

Please sign in to comment.