From f5539b43d5ac5fef8340d09b61dac533e4bb8a93 Mon Sep 17 00:00:00 2001 From: Daniel Scheffler <danschef@gfz-potsdam.de> Date: Wed, 13 Jan 2021 11:57:59 +0100 Subject: [PATCH] Fixed wrong package name in environment_sensormapgeo.yml. Signed-off-by: Daniel Scheffler <danschef@gfz-potsdam.de> --- HISTORY.rst | 6 ++++++ tests/CI_docker/context/environment_sensormapgeo.yml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index d9b19c0..44c77b0 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,12 @@ History ======= +0.4.8 (coming soon) +------------------- + +* Fixed wrong package name in environment_sensormapgeo.yml. + + 0.4.7 (2020-12-10) ------------------ diff --git a/tests/CI_docker/context/environment_sensormapgeo.yml b/tests/CI_docker/context/environment_sensormapgeo.yml index eb11eac..deb93c0 100644 --- a/tests/CI_docker/context/environment_sensormapgeo.yml +++ b/tests/CI_docker/context/environment_sensormapgeo.yml @@ -9,7 +9,7 @@ dependencies: - _openmp_mutex=*=*llvm* [Unix] # fixes a deadlock (https://git.gfz-potsdam.de/EnMAP/sensormapgeo/-/issues/6) - gdal - numpy - - py_tools_ds>=0.14.26 + - py-tools-ds>=0.14.26 - pyproj>=2.2 - pyresample>=1.11.0 -- GitLab