diff --git a/environment.yml b/environment.yml index f60c68b8d7638..ac8921b12f4a3 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 f25c51dd58a1c..a0558f1a00177 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