From 618cc0e8a3a6551452b572e1b62a3db6e68bc903 Mon Sep 17 00:00:00 2001 From: Thomas Li <47963215+lithomas1@users.noreply.github.com> Date: Wed, 9 Jun 2021 17:13:28 -0700 Subject: [PATCH] Revert "CI: Pin jinja2 to version lower than 3.0 (#41452)" (#41913) 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 1eccbf978c2d1..788b88ef16ad6 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 758ddaebe749a..332059341df48 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