You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`.
0 commit comments