From 23c472e4d8c1991f0e080afa11b2ee3575ab4466 Mon Sep 17 00:00:00 2001 From: Patrick Hoefler <61934744+phofl@users.noreply.github.com> Date: Thu, 13 May 2021 15:43:03 +0200 Subject: [PATCH] Backport PR #41452: CI: Pin jinja2 to version lower than 3.0 --- environment.yml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index 61c8351070de9..15c1611169427 100644 --- a/environment.yml +++ b/environment.yml @@ -77,7 +77,7 @@ dependencies: - bottleneck>=1.2.1 - ipykernel - ipython>=7.11.1 - - jinja2 # pandas.Styler + - jinja2<3.0.0 # pandas.Styler - matplotlib>=2.2.2 # pandas.plotting, Series.plot, DataFrame.plot - numexpr>=2.6.8 - scipy>=1.2 diff --git a/requirements-dev.txt b/requirements-dev.txt index 595b2ee537e63..f026fd421f937 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -49,7 +49,7 @@ blosc bottleneck>=1.2.1 ipykernel ipython>=7.11.1 -jinja2 +jinja2<3.0.0 matplotlib>=2.2.2 numexpr>=2.6.8 scipy>=1.2