Blob Blame History Raw
From 73934fd9a3a9a893b195f8605287c581df511cf8 Mon Sep 17 00:00:00 2001
From: Elliott Sales de Andrade <quantum.analyst@gmail.com>
Date: Mon, 8 Aug 2022 17:48:35 -0400
Subject: [PATCH 1/3] Remove cartopy build-time dependencies

Signed-off-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 2aa6c0d6..561007cd 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -44,7 +44,7 @@ homepage = 'https://shtools.github.io/SHTOOLS/'
 download = 'https://github.com/SHTOOLS/SHTOOLS/zipball/master'
 
 [project.optional-dependencies]
-cartopy = ['cython', 'pyshp', 'six', 'shapely', 'cartopy>=0.18.0']
+cartopy = ['cartopy>=0.18.0']
 pygmt = ['pygmt>=0.3']
 palettable = ['palettable>=3.3']
 ducc = ['ducc0>=0.15']
-- 
2.43.0