File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -137,10 +137,10 @@ Requirements
137137
138138* `` python `` (or `` pypy `` ), ** >=3.7**
139139* `` setuptools `` , ** >=42**
140- * `` pox `` , ** >=0.3.2 **
141- * `` dill `` , ** >=0.3.6 **
142- * `` ppft `` , ** >=1.7.6.6 **
143- * `` multiprocess `` , ** >=0.70.14 **
140+ * `` pox `` , ** >=0.3.3 **
141+ * `` dill `` , ** >=0.3.7 **
142+ * `` ppft `` , ** >=1.7.6.7 **
143+ * `` multiprocess `` , ** >=0.70.15 **
144144
145145
146146More Information
Original file line number Diff line number Diff line change 11[egg_info]
2- tag_build = .dev0
2+ # tag_build = .dev0
33
44[bdist_wheel]
55# python-tag = py3
Original file line number Diff line number Diff line change @@ -89,10 +89,10 @@ def has_ext_modules(foo):
8989 return True
9090
9191# define dependencies
92- ppft_version = 'ppft>=1.7.6.6 '
93- dill_version = 'dill>=0.3.6 '
94- pox_version = 'pox>=0.3.2 '
95- mp_version = 'multiprocess>=0.70.14 '
92+ ppft_version = 'ppft>=1.7.6.7 '
93+ dill_version = 'dill>=0.3.7 '
94+ pox_version = 'pox>=0.3.3 '
95+ mp_version = 'multiprocess>=0.70.15 '
9696pyina_version = 'pyina>=0.2.7'
9797mystic_version = 'mystic>=0.4.0'
9898# add dependencies
Original file line number Diff line number Diff line change 55# License: 3-clause BSD. The full license text is available at:
66# - https://github.com/uqfoundation/pathos/blob/master/LICENSE
77
8- __version__ = '0.3.1.dev0 '
8+ __version__ = '0.3.1'
99__author__ = 'Mike McKerns'
10101111
You can’t perform that action at this time.
0 commit comments