We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87db33a commit 7eee252Copy full SHA for 7eee252
pathos/__init__.py
@@ -154,7 +154,7 @@
154
- ``python`` (or ``pypy``), **==2.7** or **>=3.7**
155
- ``setuptools``, **>=42**
156
- ``pox``, **>=0.3.1**
157
- - ``dill``, **>=0.3.5**
+ - ``dill``, **>=0.3.5.1**
158
- ``ppft``, **>=1.7.6.5**
159
- ``multiprocess``, **>=0.70.12.1**
160
setup.py
@@ -120,7 +120,7 @@ def has_ext_modules(foo):
120
121
# define dependencies
122
ppft_version = 'ppft>=1.7.6.5'
123
-dill_version = 'dill>=0.3.5'
+dill_version = 'dill>=0.3.5.1'
124
pox_version = 'pox>=0.3.1'
125
mp_version = 'multiprocess>=0.70.12.1'
126
pyina_version = 'pyina>=0.2.5'
0 commit comments