Skip to content

Commit

Permalink
build: pinned ipyleaflet (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunato authored Jun 26, 2024
1 parent ad2bae6 commit d607405
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@
"notebook>=6.0.3,<7.0.0",
"eodag[notebook]>=3.0.0b1",
"orjson",
# ipyleaflet is not needed, but versions >= 0.17.4 will make the labextension crash
# try removing this dependency when updating leaflet and/or jupyterlab
"ipyleaflet<0.17.4",
],
extras_require={
"dev": [
Expand Down

0 comments on commit d607405

Please sign in to comment.