From 7b0795d6e8f81fd8422acb457c0ab5a4543deba8 Mon Sep 17 00:00:00 2001 From: Jessica Nash Date: Fri, 10 Mar 2023 16:05:21 -0500 Subject: [PATCH] pins jinja version < 3 --- conda-env.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conda-env.yml b/conda-env.yml index ffce778..d6c0473 100644 --- a/conda-env.yml +++ b/conda-env.yml @@ -1,4 +1,4 @@ -name: bestpractices +name: bestpractices3 channels: - conda-forge - pytorch @@ -16,3 +16,4 @@ dependencies: - tqdm=4.43.* - ipython - jupyter + - jinja2<3.0