From 1afa4d5c91030fdd77e175db5442b94cb11c67ec Mon Sep 17 00:00:00 2001 From: MeeseeksMachine <39504233+meeseeksmachine@users.noreply.github.com> Date: Sat, 26 Mar 2022 04:20:56 +0100 Subject: [PATCH] Backport PR #46515: CI/DOC: pin jinja2 to 3.0.3 (#46517) Co-authored-by: Richard Shadrach <45562402+rhshadrach@users.noreply.github.com> --- environment.yml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index ff02ca2243d51..da5d6fabcde20 100644 --- a/environment.yml +++ b/environment.yml @@ -86,7 +86,7 @@ dependencies: - bottleneck>=1.3.1 - ipykernel - ipython>=7.11.1 - - jinja2 # pandas.Styler + - jinja2<=3.0.3 # pandas.Styler - matplotlib>=3.3.2 # pandas.plotting, Series.plot, DataFrame.plot - numexpr>=2.7.1 - scipy>=1.4.1 diff --git a/requirements-dev.txt b/requirements-dev.txt index e500417308a9d..ac525f1d09fbe 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -58,7 +58,7 @@ blosc bottleneck>=1.3.1 ipykernel ipython>=7.11.1 -jinja2 +jinja2<=3.0.3 matplotlib>=3.3.2 numexpr>=2.7.1 scipy>=1.4.1