Skip to content

Commit

Permalink
Add jinja2 version constraint
Browse files Browse the repository at this point in the history
Branca does not work with some older versions of Jinja2, resulting in an `ImportError: cannot import name 'soft_unicode' from 'markupsafe'` (for e.g. `import branca.colormap as colormap`). To address this issue, we have added a version constraint for `Jinja2>=3`.
  • Loading branch information
tomboehling authored and ocefpaf committed Jan 30, 2024
1 parent c524083 commit 3b9966b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
jinja2
jinja2>=3

0 comments on commit 3b9966b

Please sign in to comment.