From 8f02db8cacbd97fede30e2b5394b8a23885dc714 Mon Sep 17 00:00:00 2001 From: sloosvel Date: Mon, 27 May 2019 16:11:10 +0200 Subject: [PATCH 1/3] Add iris to list of dependencies --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 758e1af..326b724 100644 --- a/setup.py +++ b/setup.py @@ -15,6 +15,7 @@ REQUIREMENTS = { 'numba', 'numpy', 'six', + 'scitools-iris>=2.2' ], 'gpu': [ 'pycuda' -- GitLab From f051af6d1fb1d3bc824edc5736b1e58c9b30e9d1 Mon Sep 17 00:00:00 2001 From: sloosvel Date: Mon, 27 May 2019 16:43:22 +0200 Subject: [PATCH 2/3] Add missing comma --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index da0193b..da4fb46 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ REQUIREMENTS = { 'numba', 'numpy', 'six', - 'scitools-iris>=2.2' + 'scitools-iris>=2.2', ], 'gpu': [ 'pycuda' -- GitLab From 6947d766239dfc611732a72104e83e5cf5150b83 Mon Sep 17 00:00:00 2001 From: sloosvel Date: Mon, 27 May 2019 17:01:25 +0200 Subject: [PATCH 3/3] Remove iris due to incompatibility --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index da4fb46..b3259f0 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,6 @@ REQUIREMENTS = { 'numba', 'numpy', 'six', - 'scitools-iris>=2.2', ], 'gpu': [ 'pycuda' -- GitLab