From beae55670d9e1c6e114b16a1a2c90fac30562bb8 Mon Sep 17 00:00:00 2001 From: Valeriu Predoi Date: Mon, 8 Feb 2021 13:14:38 +0000 Subject: [PATCH] readded fiona in setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 969ff006a9..541844d05c 100755 --- a/setup.py +++ b/setup.py @@ -32,6 +32,7 @@ 'install': [ 'cf-units', 'dask[array]', + 'fiona', 'fire', 'nc-time-axis', # needed by iris.plot 'netCDF4',