From 5465394b11d4825e192b55be3823e53ce495c067 Mon Sep 17 00:00:00 2001 From: Lars Bilke Date: Fri, 25 Mar 2022 14:06:06 +0100 Subject: [PATCH] [ci] Fix Jupyter builds. Workaround until https://github.com/jupyter/nbconvert/issues/1736 is fixed. --- web/data/versions.json | 1 + 1 file changed, 1 insertion(+) diff --git a/web/data/versions.json b/web/data/versions.json index 018d8b2a278..e55536153f2 100644 --- a/web/data/versions.json +++ b/web/data/versions.json @@ -40,6 +40,7 @@ "git+https://github.com/joergbuchwald/VTUinterface@master#egg=VTUinterface", "git+https://github.com/bilke/nb2hugo@e27dc02df2be1ce19e4a6f52d197c2e2a6ca520c#egg=nb2hugo", "ipykernel==6.9.1", + "jinja2==3.0.3", "nbconvert==6.4.0", "ipython_genutils==0.2.0", "pillow==9.0.0"