Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI/DOC: Unpin jinja2 #46647

Merged
merged 1 commit into from
Apr 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions environment.yml
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
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