We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 648913c commit 97afb94Copy full SHA for 97afb94
docs/requirements.txt
@@ -10,4 +10,5 @@ jupytext
10
ipython_genutils
11
# https://github.com/jupyter/nbconvert/issues/1736
12
jinja2>=3.1.4
13
-apache-airflow
+apache-airflow==2.6.3 # newer versions require incompatible protobuf version
14
+protobuf==3.20.3 # kfp requires protobuf < 4.0.0
0 commit comments