-
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[egg_info] | ||
tag_build = .dev0 | ||
#tag_build = .dev0 | ||
|
||
[bdist_wheel] | ||
#python-tag = py3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
# License: 3-clause BSD. The full license text is available at: | ||
# - https://github.com/uqfoundation/multiprocess/blob/master/LICENSE | ||
|
||
__version__ = '0.70.17.dev0' | ||
__version__ = '0.70.17'#.dev0' | ||
__author__ = 'Mike McKerns' | ||
__contact__ = '[email protected]' | ||
|
||
|
c1431fe
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @mmckerns - is there a strong reason for multiprocess to require a lower bound on dill?
This is causing dependency resolution conflicts for some of Apache Beam users since, as you are well aware , we are currently stuck with dill 0.3.1.1