Skip to content

Commit 9f71f51

Browse files
Backport PR #46647: CI/DOC: Unpin jinja2 (#46649)
Co-authored-by: Richard Shadrach <[email protected]>
1 parent a7a7481 commit 9f71f51

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

environment.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies:
4444
- types-setuptools
4545

4646
# documentation (jupyter notebooks)
47-
- nbconvert>=5.4.1
47+
- nbconvert>=6.4.5
4848
- nbsphinx
4949
- pandoc
5050

@@ -86,7 +86,7 @@ dependencies:
8686
- bottleneck>=1.3.1
8787
- ipykernel
8888
- ipython>=7.11.1
89-
- jinja2<=3.0.3 # pandas.Styler
89+
- jinja2 # pandas.Styler
9090
- matplotlib>=3.3.2 # pandas.plotting, Series.plot, DataFrame.plot
9191
- numexpr>=2.7.1
9292
- scipy>=1.4.1

requirements-dev.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ types-python-dateutil
2828
types-PyMySQL
2929
types-pytz
3030
types-setuptools
31-
nbconvert>=5.4.1
31+
nbconvert>=6.4.5
3232
nbsphinx
3333
pandoc
3434
dask
@@ -58,7 +58,7 @@ blosc
5858
bottleneck>=1.3.1
5959
ipykernel
6060
ipython>=7.11.1
61-
jinja2<=3.0.3
61+
jinja2
6262
matplotlib>=3.3.2
6363
numexpr>=2.7.1
6464
scipy>=1.4.1

0 commit comments

Comments
 (0)