From 2a36fbfe6d1269e77099b858a6532f9ba75edd35 Mon Sep 17 00:00:00 2001
From: leufen1 <l.leufen@fz-juelich.de>
Date: Fri, 19 Feb 2021 09:41:36 +0100
Subject: [PATCH] install numpy

---
 .gitlab-ci.yml   | 1 +
 requirements.txt | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7760635b..829871a6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -99,6 +99,7 @@ tests:
     - python3.6 -m venv venv/
     - source venv/bin/activate
     - pip install --upgrade pip
+    - pip install numpy
     - pip install -r requirements.txt
     - chmod +x ./CI/run_pytest.sh
     - ./CI/run_pytest.sh
diff --git a/requirements.txt b/requirements.txt
index 0d734868..a5854fea 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -63,7 +63,7 @@ typing-extensions==3.7.4.3
 urllib3==1.26.3
 Werkzeug==1.0.1
 wget==3.2
-xarray==0.16.1
+xarray==0.16.2
 zipp==3.4.0
 
 --no-binary shapely Shapely==1.7.0
-- 
GitLab