From 25eddcbfbced47dc71f698b699f01b3ec7c5e5bc Mon Sep 17 00:00:00 2001 From: raychew Date: Mon, 18 Mar 2024 14:15:36 +0100 Subject: [PATCH] added cartopy dependencies explicitly hopefully this works, although my local virtual environment doesn't require these... --- requirements.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7c65f13..c4b2fa4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,15 @@ +matplotlib==3.7.2 +cython>=0.29.24 +numpy==1.24.3 +shapely>=1.7.1 +pyshp>=2.3 +pyproj>=3.1.0 Cartopy==0.21.1 h5py==3.9.0 ipython==8.12.3 -matplotlib==3.7.2 netCDF4==1.6.5 noise==1.2.2 numba==0.57.1 -numpy==1.24.3 pandas==2.0.3 scikit_learn==1.3.0 scipy==1.12.0 \ No newline at end of file