From 7124dcfd252711bfdfb4558f684f43c66f05de61 Mon Sep 17 00:00:00 2001 From: Thomas Li <47963215+lithomas1@users.noreply.github.com> Date: Wed, 9 Jun 2021 15:17:28 -0700 Subject: [PATCH] Revert "CI: Pin jinja2 to version lower than 3.0 (#41452)" This reverts commit 54662c44cabfdbe13d03662a97e044a92c582580. --- environment.yml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index bb96235123af3..84ddf612e3c25 100644 --- a/environment.yml +++ b/environment.yml @@ -79,7 +79,7 @@ dependencies: - bottleneck>=1.2.1 - ipykernel - ipython>=7.11.1 - - jinja2<3.0.0 # pandas.Styler + - jinja2 # pandas.Styler - matplotlib>=2.2.2 # pandas.plotting, Series.plot, DataFrame.plot - numexpr>=2.7.0 - scipy>=1.2 diff --git a/requirements-dev.txt b/requirements-dev.txt index f454bfd15236c..065f0ddbae0c2 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -51,7 +51,7 @@ blosc bottleneck>=1.2.1 ipykernel ipython>=7.11.1 -jinja2<3.0.0 +jinja2 matplotlib>=2.2.2 numexpr>=2.7.0 scipy>=1.2