Skip to content

Commit 1afa4d5

Browse files
Backport PR #46515: CI/DOC: pin jinja2 to 3.0.3 (#46517)
Co-authored-by: Richard Shadrach <[email protected]>
1 parent 205bb47 commit 1afa4d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ dependencies:
8686
- bottleneck>=1.3.1
8787
- ipykernel
8888
- ipython>=7.11.1
89-
- jinja2 # pandas.Styler
89+
- jinja2<=3.0.3 # pandas.Styler
9090
- matplotlib>=3.3.2 # pandas.plotting, Series.plot, DataFrame.plot
9191
- numexpr>=2.7.1
9292
- scipy>=1.4.1

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ blosc
5858
bottleneck>=1.3.1
5959
ipykernel
6060
ipython>=7.11.1
61-
jinja2
61+
jinja2<=3.0.3
6262
matplotlib>=3.3.2
6363
numexpr>=2.7.1
6464
scipy>=1.4.1

0 commit comments

Comments
 (0)