Skip to content

Commit 1f96b6b

Browse files
Backport PR #41452: CI: Pin jinja2 to version lower than 3.0 (#41460)
Co-authored-by: Patrick Hoefler <[email protected]>
1 parent eb1b651 commit 1f96b6b

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
@@ -77,7 +77,7 @@ dependencies:
7777
- bottleneck>=1.2.1
7878
- ipykernel
7979
- ipython>=7.11.1
80-
- jinja2 # pandas.Styler
80+
- jinja2<3.0.0 # pandas.Styler
8181
- matplotlib>=2.2.2 # pandas.plotting, Series.plot, DataFrame.plot
8282
- numexpr>=2.6.8
8383
- scipy>=1.2

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ blosc
4949
bottleneck>=1.2.1
5050
ipykernel
5151
ipython>=7.11.1
52-
jinja2
52+
jinja2<3.0.0
5353
matplotlib>=2.2.2
5454
numexpr>=2.6.8
5555
scipy>=1.2

0 commit comments

Comments
 (0)