Skip to content

Commit

Permalink
Avoid problematic py4j version
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed May 11, 2016
1 parent 827ee5f commit 7539bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
],
install_requires=[
'asphalt ~= 2.0',
'py4j >= 0.10.0'
'py4j >= 0.9.2, !0.10.0'
],
entry_points={
'asphalt.components': [
Expand Down

0 comments on commit 7539bdc

Please sign in to comment.