Skip to content

Commit

Permalink
Update setup.py Jinja2 dependencies (kedro-org#1954)
Browse files Browse the repository at this point in the history
  • Loading branch information
noklam authored and amaralbf committed Oct 22, 2022
1 parent 6469e02 commit e819db2
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 e819db2

Please sign in to comment.