Skip to content

Commit

Permalink
Restore dependency cap on click and pin black (#2446)
Browse files Browse the repository at this point in the history
  • Loading branch information
akchinSTC authored Feb 3, 2022
1 parent 6e3dfac commit b498dc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
packages=find_packages(),
install_requires=[
'autopep8>=1.5.0,<1.5.6',
'click>=7.1.1',
'click>=7.1.1,<8',
'colorama',
'entrypoints>=0.3',
'jinja2>=2.11',
Expand Down Expand Up @@ -106,7 +106,7 @@
'kfp>=1.7.0,<2.0,!=1.7.2',
# Airflow runtime dependencies
'pygithub',
'black',
'black<=21.12b0',
],
extras_require={
'test': ['elyra-examples-airflow-catalog', 'elyra-examples-kfp-catalog', 'pytest', 'pytest-tornasync'],
Expand Down

0 comments on commit b498dc3

Please sign in to comment.