From b7dfcc7d579c2e2ffd6d4b940bbf33ba080e7997 Mon Sep 17 00:00:00 2001 From: Xylar Asay-Davis Date: Sun, 22 Dec 2024 13:47:19 +0100 Subject: [PATCH] Remove importlib_requests --- dev-spec.txt | 1 - recipe/meta.yaml | 1 - 2 files changed, 2 deletions(-) diff --git a/dev-spec.txt b/dev-spec.txt index 3638e4c9..d9f32a07 100644 --- a/dev-spec.txt +++ b/dev-spec.txt @@ -4,7 +4,6 @@ # Base python>=3.9 cartopy -importlib_resources matplotlib-base numpy progressbar2 diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 8682e576..2d73d86a 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -31,7 +31,6 @@ requirements: run: - python >=3.9 - cartopy - - importlib_resources - matplotlib-base - numpy - progressbar2