File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -137,10 +137,10 @@ Requirements
137137
138138* `` python `` (or `` pypy `` ), ** >=3.8**
139139* `` setuptools `` , ** >=42**
140- * `` pox `` , ** >=0.3.4 **
141- * `` dill `` , ** >=0.3.8 **
142- * `` ppft `` , ** >=1.7.6.8 **
143- * `` multiprocess `` , ** >=0.70.16 **
140+ * `` pox `` , ** >=0.3.5 **
141+ * `` dill `` , ** >=0.3.9 **
142+ * `` ppft `` , ** >=1.7.6.9 **
143+ * `` multiprocess `` , ** >=0.70.17 **
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 @@ -90,10 +90,10 @@ def has_ext_modules(foo):
9090 return True
9191
9292# define dependencies
93- ppft_version = 'ppft>=1.7.6.8 '
94- dill_version = 'dill>=0.3.8 '
95- pox_version = 'pox>=0.3.4 '
96- mp_version = 'multiprocess>=0.70.16 '
93+ ppft_version = 'ppft>=1.7.6.9 '
94+ dill_version = 'dill>=0.3.9 '
95+ pox_version = 'pox>=0.3.5 '
96+ mp_version = 'multiprocess>=0.70.17 '
9797pyina_version = 'pyina>=0.2.9'
9898mystic_version = 'mystic>=0.4.2'
9999# 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.3.dev0'
8+ __version__ = '0.3.3' # .dev0'
99__author__ = 'Mike McKerns'
1010__contact__ = 'mmckerns@uqfoundation.org'
1111
You can’t perform that action at this time.
0 commit comments