From ea30983aff8ccece85ab8c01b7c1da5527eceeb4 Mon Sep 17 00:00:00 2001 From: Daniel Scheffler Date: Wed, 13 Jan 2021 12:05:12 +0100 Subject: [PATCH] Fixed wrong package name in environment_geoarray.yml. Signed-off-by: Daniel Scheffler --- HISTORY.rst | 6 ++++++ tests/CI_docker/context/environment_geoarray.yml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 93829d7..db0755d 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,12 @@ History ======= +0.10.7 (coming soon) +-------------------- + +* Fixed wrong package name in environment_geoarray.yml. + + 0.10.6 (2020-12-09) ------------------- diff --git a/tests/CI_docker/context/environment_geoarray.yml b/tests/CI_docker/context/environment_geoarray.yml index db07b20..aac54c6 100644 --- a/tests/CI_docker/context/environment_geoarray.yml +++ b/tests/CI_docker/context/environment_geoarray.yml @@ -11,7 +11,7 @@ dependencies: - holoviews - matplotlib - numpy - - py_tools_ds>=0.14.35 + - py-tools-ds>=0.14.35 - scikit-image - shapely -- GitLab