File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -60,11 +60,12 @@ Plugins new features and fixes
60
60
Miscellaneous
61
61
"""""""""""""
62
62
63
- * **[build] ** remove dependencies max versions (:pull: `1519 `), `` usgs `` latest version from git repo ( :pull: ` 1552 `)
63
+ * **[build] ** remove dependencies max versions (:pull: `1519 `)
64
64
* **[docs] ** ``eodag-cube `` `Python API documentation
65
65
<https://eodag.readthedocs.io/en/latest/notebooks/api_user_guide/9_post_process.html#Data-access-with-eodag-cube> `_
66
66
(: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 `)
68
69
* External product types reference updates (:pull: `1510 `)(:pull: `1525 `)(:pull: `1539 `)(:pull: `1548 `)(:pull: `1553 `)
69
70
(:pull: `1557 `)(:pull: `1565 `)
70
71
Original file line number Diff line number Diff line change 73
73
ecmwf =
74
74
ecmwf-api-client
75
75
usgs =
76
- usgs @ git+https://github.com/kapadia/usgs@master
76
+ usgs >= 0.3.1
77
77
server =
78
78
fastapi >= 0.93.0
79
79
pygeofilter
@@ -85,7 +85,7 @@ server =
85
85
notebook = tqdm[notebook]
86
86
tutorials =
87
87
eodag[ecmwf,notebook]
88
- eodag-cube @ git+https://github.com/CS-SI/eodag-cube@develop
88
+ eodag-cube >= 0.6.0b2
89
89
jupyter
90
90
ipyleaflet >= 0.10.0
91
91
ipywidgets
You can’t perform that action at this time.
0 commit comments