Skip to content

Commit

Permalink
Backport PR #46515: CI/DOC: pin jinja2 to 3.0.3 (#46517)
Browse files Browse the repository at this point in the history
Co-authored-by: Richard Shadrach <45562402+rhshadrach@users.noreply.github.com>
  • Loading branch information
meeseeksmachine and rhshadrach committed Mar 26, 2022
1 parent 205bb47 commit 1afa4d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Expand Up @@ -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
Expand Down

0 comments on commit 1afa4d5

Please sign in to comment.