diff --git a/setup.py b/setup.py index 1e926b1..5b014c1 100644 --- a/setup.py +++ b/setup.py @@ -61,7 +61,7 @@ "jupyterlab~=3.0", "tornado>=6.0.3,<7.0.0", "notebook>=6.0.3,<7.0.0", - "eodag[notebook]>=2.8.0", + "eodag[notebook] @ git+ssh://git@github.com/CS-SI/eodag.git@develop", "orjson", ], extras_require={"dev": ["black", "pre-commit", "pytest", "shapely"]},