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: pin jinja2 to 3.0.3 #46515

Merged
merged 1 commit into from Mar 26, 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
2 changes: 1 addition & 1 deletion environment.yml
Expand Up @@ -86,7 +86,7 @@ dependencies:
- bottleneck>=1.3.1
- ipykernel
- ipython>=7.11.1
- jinja2 # pandas.Styler
- jinja2<=3.0.3 # pandas.Styler
- matplotlib>=3.3.2 # pandas.plotting, Series.plot, DataFrame.plot
- numexpr>=2.7.1
- scipy>=1.4.1
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Expand Up @@ -58,7 +58,7 @@ blosc
bottleneck>=1.3.1
ipykernel
ipython>=7.11.1
jinja2
jinja2<=3.0.3
matplotlib>=3.3.2
numexpr>=2.7.1
scipy>=1.4.1
Expand Down