From 4f302e4e6f55ad584748c5c0d36b90322e99e725 Mon Sep 17 00:00:00 2001 From: "Daniel.Frisinghelli" <daniel.frisinghelli@eurac.edu> Date: Thu, 20 May 2021 18:05:40 +0200 Subject: [PATCH] Fixed typo. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8115282..6cefd88 100644 --- a/setup.py +++ b/setup.py @@ -179,7 +179,7 @@ INSTALL_REQUIRES = ['numpy', 'statsmodels', 'gdal', 'cdo', - 'python-cdo' + 'python-cdo', 'rasterio', 'netcdf4', 'h5py', -- GitLab