Skip to content

Commit 51f79a2

Browse files
committed
Fix docs build by freezing apache airflow version
1 parent 648913c commit 51f79a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/requirements.txt

Lines changed: 2 additions & 1 deletion
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+
# kfp requires protobuf < 4.0.0 but apache-airflow 2.10.3 bumps protobuf to an incompatible version
14+
apache-airflow==2.10.2

0 commit comments

Comments
 (0)