From 7b7c38c8d6402263e48ad71f436320ad78b57129 Mon Sep 17 00:00:00 2001 From: Doug Latornell Date: Tue, 5 Apr 2022 11:39:47 -0700 Subject: [PATCH] Unpin jinja2 nbconvert has been updated re: jinja=3.10. See https://github.com/spatialaudio/nbsphinx/issues/641#issuecomment-1086944106 and https://github.com/jupyter/nbconvert/pull/1737 --- envs/environment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/envs/environment.yaml b/envs/environment.yaml index 184c67b..50020db 100644 --- a/envs/environment.yaml +++ b/envs/environment.yaml @@ -28,7 +28,7 @@ dependencies: - matplotlib # To build the website - - jinja2<3.1.0 + - jinja2 - nbsphinx - sphinx