diff --git a/setup.py b/setup.py index 3c89821cc7824..26ee186ec5156 100644 --- a/setup.py +++ b/setup.py @@ -412,10 +412,6 @@ def write_version(filename: str = os.path.join(*[my_dir, "airflow", "git_version ] jdbc = [ 'jaydebeapi>=1.1.1', - # JPype1 has been published without sdist in PyPI which caused failures when trying to build an - # ARM image (JPype1 does not publish binary ARM packages) - # The whole line below can be removed when https://github.com/jpype-project/jpype/issues/1069 is solved - 'jpype1<1.4.0', ] jenkins = [ 'python-jenkins>=1.0.0',