Skip to content

Commit

Permalink
bumping to dill-0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckerns committed Jun 15, 2020
1 parent 001beb9 commit 4f56478
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 @@ -217,7 +217,7 @@
``pathos`` requires:
- ``python``, **version == 2.7** or **version >= 3.5**, or ``pypy``
- ``dill``, **version >= 0.3.1**
- ``dill``, **version >= 0.3.2**
- ``pox``, **version >= 0.2.8**
- ``ppft``, **version >= 1.6.6.1**
- ``multiprocess``, **version >= 0.70.9**
Expand Down Expand Up @@ -374,8 +374,8 @@ def write_info_py(filename='pathos/info.py'):

# add dependencies
ppft_version = '>=1.6.6.1'
dill_version = '>=0.3.1'
pox_version = '>=0.2.7'
dill_version = '>=0.3.2'
pox_version = '>=0.2.8'
mp_version = '>=0.70.9' if version_info >= (2,6) else '>=0.52.0'
pyina_version = '>=0.2.2'
rpyc_version = '>=3.0.6'
Expand Down

0 comments on commit 4f56478

Please sign in to comment.