From d6e6a2d4b6a7320bc9e03895b8ebb54f7e05c86d Mon Sep 17 00:00:00 2001 From: phofl Date: Thu, 13 May 2021 14:38:39 +0200 Subject: [PATCH] Troubleshoot --- environment.yml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index 30fa7c0dea696..99ce0d9f9ea01 100644 --- a/environment.yml +++ b/environment.yml @@ -79,7 +79,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 3e421c7715566..6ba867f470f8f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -51,7 +51,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