diff --git a/setup.py b/setup.py index 2fcf28d..acfb29c 100644 --- a/setup.py +++ b/setup.py @@ -24,6 +24,6 @@ include_package_data=True, license="Apache License 2.0", test_suite='tests', - install_requires=["pyjnius~=1.6.1", "tqdm~=4.67.1"], + install_requires=["pyjnius>=1.6.1,<1.8.0", "tqdm~=4.67.1"], python_requires='>=3.8', )