diff --git a/psl-python/setup.py b/psl-python/setup.py index c1ea69ba3..e3b887cb2 100644 --- a/psl-python/setup.py +++ b/psl-python/setup.py @@ -111,7 +111,7 @@ def main(): }, install_requires = [ - 'JPype1==1.4.0', + 'JPype1>=1.4.0', 'pandas>=0.24.1', ],