From 45b5cf004b55f68dcf16dc76e97db893afef76ba Mon Sep 17 00:00:00 2001 From: Jarek Potiuk Date: Fri, 27 May 2022 05:12:50 +0200 Subject: [PATCH] Revert "Add limit for JPype1 (#23847)" (#23953) This turned out to be mistake in manual submission. Fixed on JPype1 side. This reverts commit 3699be49b24ef5a0a8d8de81a149af2c5a7dc206. --- setup.py | 4 ---- 1 file changed, 4 deletions(-) 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',