From a49be45ae78ef52c62ad57212f355868712a8536 Mon Sep 17 00:00:00 2001 From: Xylar Asay-Davis Date: Wed, 6 Nov 2024 10:21:45 -0700 Subject: [PATCH] Add setuptools to dev environment and conda recipe --- dev-spec.txt | 1 + recipe/meta.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-spec.txt b/dev-spec.txt index 0aa903c4..70a63441 100644 --- a/dev-spec.txt +++ b/dev-spec.txt @@ -14,6 +14,7 @@ shapely>=2.0,<3.0 # Development pip pytest +setuptools>=60 # Documentation sphinx diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 130e3b47..16d17213 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -27,6 +27,7 @@ requirements: host: - python >=3.9 - pip + - setuptools >=60 run: - python >=3.9 - cartopy