Skip to content

Commit 7eee252

Browse files
committed
bumping past dill-0.3.5.1
1 parent 87db33a commit 7eee252

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pathos/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
- ``python`` (or ``pypy``), **==2.7** or **>=3.7**
155155
- ``setuptools``, **>=42**
156156
- ``pox``, **>=0.3.1**
157-
- ``dill``, **>=0.3.5**
157+
- ``dill``, **>=0.3.5.1**
158158
- ``ppft``, **>=1.7.6.5**
159159
- ``multiprocess``, **>=0.70.12.1**
160160

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def has_ext_modules(foo):
120120

121121
# define dependencies
122122
ppft_version = 'ppft>=1.7.6.5'
123-
dill_version = 'dill>=0.3.5'
123+
dill_version = 'dill>=0.3.5.1'
124124
pox_version = 'pox>=0.3.1'
125125
mp_version = 'multiprocess>=0.70.12.1'
126126
pyina_version = 'pyina>=0.2.5'

0 commit comments

Comments
 (0)