From 224a1f16c10a44f74eb1261f31905c6e8029cf24 Mon Sep 17 00:00:00 2001 From: Richard Shadrach <45562402+rhshadrach@users.noreply.github.com> Date: Tue, 5 Apr 2022 19:36:22 -0400 Subject: [PATCH] Backport PR #46647: CI/DOC: Unpin jinja2 --- environment.yml | 4 ++-- requirements-dev.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/environment.yml b/environment.yml index 753e210e6066a..c23bb99c736dc 100644 --- a/environment.yml +++ b/environment.yml @@ -44,7 +44,7 @@ dependencies: - types-setuptools # documentation (jupyter notebooks) - - nbconvert>=5.4.1 + - nbconvert>=6.4.5 - nbsphinx - pandoc @@ -86,7 +86,7 @@ dependencies: - bottleneck>=1.3.1 - ipykernel - ipython>=7.11.1 - - jinja2<=3.0.3 # pandas.Styler + - jinja2 # 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 c4f6bb30c59ec..6caa9a7512faf 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -28,7 +28,7 @@ types-python-dateutil types-PyMySQL types-pytz types-setuptools -nbconvert>=5.4.1 +nbconvert>=6.4.5 nbsphinx pandoc dask @@ -58,7 +58,7 @@ blosc bottleneck>=1.3.1 ipykernel ipython>=7.11.1 -jinja2<=3.0.3 +jinja2 matplotlib>=3.3.2 numexpr>=2.7.1 scipy>=1.4.1