From 76718a7b3d8efdabc1c61602c2ff3ab5dd1df46c Mon Sep 17 00:00:00 2001 From: Ruth Comer Date: Mon, 17 Jul 2023 14:09:59 +0100 Subject: [PATCH] update conda yml --- environment.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/environment.yml b/environment.yml index 375ac525a..500fa7212 100644 --- a/environment.yml +++ b/environment.yml @@ -8,20 +8,19 @@ name: cartopy-dev channels: - conda-forge dependencies: - - cython>=0.28.5 - - numpy>=1.18 - - shapely>=1.6.4 - - geos>=3.7.2 + - cython>=0.29.24 + - numpy>=1.21 + - shapely>=1.7.1 - pyshp>=2.1 - - pyproj>=3.0.0 + - pyproj>=3.1.0 # The testing label has the proper version of freetype included - - conda-forge/label/testing::matplotlib-base>=3.1 + - conda-forge/label/testing::matplotlib-base>=3.4 # OWS - - owslib>=0.20.0 + - owslib>=0.24.1 - pillow>=6.1.0 # Plotting - - scipy>=1.3.1 + - scipy>=1.6.3 # Testing - packaging>=20 - pytest