Skip to content

Commit 618cc0e

Browse files
authored
Revert "CI: Pin jinja2 to version lower than 3.0 (#41452)" (#41913)
This reverts commit 54662c4.
1 parent eccfe90 commit 618cc0e

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<3.0.0 # pandas.Styler
82+
- jinja2 # pandas.Styler
8383
- matplotlib>=2.2.2 # pandas.plotting, Series.plot, DataFrame.plot
8484
- numexpr>=2.7.0
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<3.0.0
54+
jinja2
5555
matplotlib>=2.2.2
5656
numexpr>=2.7.0
5757
scipy>=1.2

0 commit comments

Comments
 (0)