Skip to content

Commit

Permalink
Revert "CI: Pin jinja2 to version lower than 3.0 (pandas-dev#41452)" (p…
Browse files Browse the repository at this point in the history
…andas-dev#41913)

This reverts commit 54662c4.
  • Loading branch information
lithomas1 authored Jun 10, 2021
1 parent eccfe90 commit 618cc0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ dependencies:
- bottleneck>=1.2.1
- ipykernel
- ipython>=7.11.1
- jinja2<3.0.0 # pandas.Styler
- jinja2 # pandas.Styler
- matplotlib>=2.2.2 # pandas.plotting, Series.plot, DataFrame.plot
- numexpr>=2.7.0
- scipy>=1.2
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ blosc
bottleneck>=1.2.1
ipykernel
ipython>=7.11.1
jinja2<3.0.0
jinja2
matplotlib>=2.2.2
numexpr>=2.7.0
scipy>=1.2
Expand Down

0 comments on commit 618cc0e

Please sign in to comment.