Skip to content

Commit

Permalink
CI: Pin jinja2 to version lower than 3.0 (pandas-dev#41452)
Browse files Browse the repository at this point in the history
  • Loading branch information
phofl authored and JulianWgs committed Jul 3, 2021
1 parent 464c801 commit d2cfa03
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 # pandas.Styler
- jinja2<3.0.0 # pandas.Styler
- matplotlib>=2.2.2 # pandas.plotting, Series.plot, DataFrame.plot
- numexpr>=2.6.8
- 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
jinja2<3.0.0
matplotlib>=2.2.2
numexpr>=2.6.8
scipy>=1.2
Expand Down

0 comments on commit d2cfa03

Please sign in to comment.