Skip to content

Commit

Permalink
Backport PR #46647: CI/DOC: Unpin jinja2 (#46649)
Browse files Browse the repository at this point in the history
Co-authored-by: Richard Shadrach <45562402+rhshadrach@users.noreply.github.com>
  • Loading branch information
meeseeksmachine and rhshadrach committed Apr 6, 2022
1 parent a7a7481 commit 9f71f51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies:
- types-setuptools

# documentation (jupyter notebooks)
- nbconvert>=5.4.1
- nbconvert>=6.4.5
- nbsphinx
- pandoc

Expand Down Expand Up @@ -86,7 +86,7 @@ dependencies:
- bottleneck>=1.3.1
- ipykernel
- ipython>=7.11.1
- jinja2<=3.0.3 # pandas.Styler
- jinja2 # pandas.Styler
- matplotlib>=3.3.2 # pandas.plotting, Series.plot, DataFrame.plot
- numexpr>=2.7.1
- scipy>=1.4.1
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ types-python-dateutil
types-PyMySQL
types-pytz
types-setuptools
nbconvert>=5.4.1
nbconvert>=6.4.5
nbsphinx
pandoc
dask
Expand Down Expand Up @@ -58,7 +58,7 @@ blosc
bottleneck>=1.3.1
ipykernel
ipython>=7.11.1
jinja2<=3.0.3
jinja2
matplotlib>=3.3.2
numexpr>=2.7.1
scipy>=1.4.1
Expand Down

0 comments on commit 9f71f51

Please sign in to comment.