Skip to content

Commit 97afb94

Browse files
committedDec 6, 2024
Fix docs build by freezing apache airflow version
Fix docs by freezing protobuf version
1 parent 648913c commit 97afb94

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎docs/requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ jupytext
1010
ipython_genutils
1111
# https://github.com/jupyter/nbconvert/issues/1736
1212
jinja2>=3.1.4
13-
apache-airflow
13+
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

Comments
 (0)
Failed to load comments.