From 6c241656b4dcd6a0812d198d3e8c19c8b923ac99 Mon Sep 17 00:00:00 2001 From: sloosvel Date: Mon, 21 Feb 2022 12:53:39 +0100 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index f4779bb..c60841d 100644 --- a/setup.py +++ b/setup.py @@ -14,11 +14,11 @@ REQUIREMENTS = { 'setuptools_scm', ], 'install': [ - #'dask[array]', I have doubts about this one, because it's in the setup of + #'dask[array]==2022.1.0, #I have doubts about this one, because it's in the setup of # earthdiagnostics but it does not get used in there, but rather in diagonals 'netCDF4', 'numba==0.52', - 'numpy', + 'numpy==1.21.5', 'scitools-iris==3.0.1', 'six', ], -- GitLab