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.
  • Loading branch information
potiuk authored May 27, 2022
1 parent 188ec4a commit 45b5cf0
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 @@ -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',
Expand Down

0 comments on commit 45b5cf0

Please sign in to comment.