Skip to content

Commit

Permalink
Revert "Add limit for JPype1 (#23847)" (#23953)
Browse files Browse the repository at this point in the history
This turned out to be mistake in manual submission. Fixed
on JPype1 side.

This reverts commit 3699be4.

(cherry picked from commit 45b5cf0)
  • Loading branch information
potiuk committed May 29, 2022
1 parent f19511e commit 9a80336
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,10 +409,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',
Expand Down

0 comments on commit 9a80336

Please sign in to comment.