diff --git a/setup.py b/setup.py index 836217e84..a9270884d 100644 --- a/setup.py +++ b/setup.py @@ -94,7 +94,7 @@ 'websocket-client', 'yaspin', # KFP runtime dependencies - 'kfp>=1.6.3<2.0', + 'kfp>=1.6.3<2.0,!=1.7.2', # Airflow runtime dependencies 'pygithub', 'black',