Skip to content

Commit 747a78c

Browse files
committed
Pin Jinja version to before breaking API change
We don't use Jinja directly but nbconvert does. Jinja version 3.1.x has API changes (removing `contextfilter`) which don't work with older nbconvert versions (nbconvert issue 1742). The newer version of nbconvert should fix it, but we have pinned an older version because of #186. This is a temporary fix to get the build working again, but we should eventually resolve the issuse in #186.
1 parent 1770783 commit 747a78c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
attrs>=17.4.0
2+
jinja2<3.1
23
nbconvert<6.0.0
34
ipython
45
jupyter

0 commit comments

Comments
 (0)