From 2d66102ff9a8090ad884f243bf8cb4faedc46c45 Mon Sep 17 00:00:00 2001
From: "Daniel.Frisinghelli" <daniel.frisinghelli@eurac.edu>
Date: Thu, 20 May 2021 18:05:07 +0200
Subject: [PATCH] Fixed typo.

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 5699b52..8115282 100644
--- a/setup.py
+++ b/setup.py
@@ -176,7 +176,7 @@ INSTALL_REQUIRES = ['numpy',
                     'dask',
                     'scipy',
                     'scikit-learn',
-                    'statsmodels'
+                    'statsmodels',
                     'gdal',
                     'cdo',
                     'python-cdo'
-- 
GitLab