Skip to content

Commit d10fa80

Browse files
committed
Merge branch 'develop'
2 parents 79e4005 + 13d3a73 commit d10fa80

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGES.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,12 @@ Plugins new features and fixes
6060
Miscellaneous
6161
"""""""""""""
6262

63-
* **[build]** remove dependencies max versions (:pull:`1519`), ``usgs`` latest version from git repo (:pull:`1552`)
63+
* **[build]** remove dependencies max versions (:pull:`1519`)
6464
* **[docs]** ``eodag-cube`` `Python API documentation
6565
<https://eodag.readthedocs.io/en/latest/notebooks/api_user_guide/9_post_process.html#Data-access-with-eodag-cube>`_
6666
(:pull:`1511`), ``usgs`` registration update (:pull:`1551`)
67-
* Various minor fixes and improvements (:pull:`1502`)(:pull:`1540`)(:pull:`1541`)(:pull:`1547`)(:pull:`1566`)
67+
* Various minor fixes and improvements (:pull:`1502`)(:pull:`1540`)(:pull:`1541`)(:pull:`1547`)(:pull:`1552`)
68+
(:pull:`1566`)(:pull:`1568`)
6869
* External product types reference updates (:pull:`1510`)(:pull:`1525`)(:pull:`1539`)(:pull:`1548`)(:pull:`1553`)
6970
(:pull:`1557`)(:pull:`1565`)
7071

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ csw =
7373
ecmwf =
7474
ecmwf-api-client
7575
usgs =
76-
usgs @ git+https://github.com/kapadia/usgs@master
76+
usgs >= 0.3.1
7777
server =
7878
fastapi >= 0.93.0
7979
pygeofilter
@@ -85,7 +85,7 @@ server =
8585
notebook = tqdm[notebook]
8686
tutorials =
8787
eodag[ecmwf,notebook]
88-
eodag-cube @ git+https://github.com/CS-SI/eodag-cube@develop
88+
eodag-cube >= 0.6.0b2
8989
jupyter
9090
ipyleaflet >= 0.10.0
9191
ipywidgets

0 commit comments

Comments
 (0)