Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunato committed Jun 26, 2024
2 parents 9d4e25a + a1f441d commit f715e46
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history

## 3.7.0b2 (2024-06-26)

- pinned `ipyleaflet` [(#155)](https://github.com/CS-SI/eodag-labextension/pull/155)

## 3.7.0b1 (2024-06-25)

- Update to `eodag v3` search api [(#153)](https://github.com/CS-SI/eodag-labextension/pull/153)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eodag-labextension",
"version": "3.7.0b1",
"version": "3.7.0b2",
"description": "Searching remote sensed imagery from various image providers",
"keywords": [
"jupyter",
Expand Down
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 f715e46

Please sign in to comment.