diff --git a/setup.py b/setup.py index 587317a..3e71e14 100644 --- a/setup.py +++ b/setup.py @@ -21,6 +21,6 @@ "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", ], - install_requires=['py4j==0.10.9', 'numpy', 'matplotlib', 'pandas'], + install_requires=['py4j', 'numpy', 'matplotlib', 'pandas'], python_requires='>=3' )