Skip to content

Commit 54662c4

Browse files
authored
CI: Pin jinja2 to version lower than 3.0 (#41452)
1 parent 4ec6925 commit 54662c4

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
@@ -79,7 +79,7 @@ dependencies:
7979
- bottleneck>=1.2.1
8080
- ipykernel
8181
- ipython>=7.11.1
82-
- jinja2 # pandas.Styler
82+
- jinja2<3.0.0 # pandas.Styler
8383
- matplotlib>=2.2.2 # pandas.plotting, Series.plot, DataFrame.plot
8484
- numexpr>=2.6.8
8585
- scipy>=1.2

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ blosc
5151
bottleneck>=1.2.1
5252
ipykernel
5353
ipython>=7.11.1
54-
jinja2
54+
jinja2<3.0.0
5555
matplotlib>=2.2.2
5656
numexpr>=2.6.8
5757
scipy>=1.2

0 commit comments

Comments
 (0)