Skip to content

Commit

Permalink
Update setup.py Jinja2 dependencies (#1954)
Browse files Browse the repository at this point in the history
  • Loading branch information
noklam authored Oct 19, 2022
1 parent 898eb53 commit 3d1a1bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ def _collect_requirements(requires):
"ipykernel>=5.3, <7.0",
"sphinxcontrib-mermaid~=0.7.1",
"myst-parser~=0.17.2",
"Jinja2<3.1.0",
],
"geopandas": _collect_requirements(geopandas_require),
"matplotlib": _collect_requirements(matplotlib_require),
Expand Down

0 comments on commit 3d1a1bb

Please sign in to comment.