From ab4c70deb6d8910635341e31c44256fa70e77965 Mon Sep 17 00:00:00 2001 From: Ken Odegard Date: Fri, 10 May 2024 10:18:02 -0500 Subject: [PATCH] Add frozendict and beeankha --- recipe/meta.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 132bc89..dd62b9d 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -41,7 +41,6 @@ requirements: - pip - hatchling >=1.12.2 - hatch-vcs >=0.2.0 - - wheel # for `conda init` in build/script above - boltons >=23.0.0 - menuinst >=2 @@ -55,6 +54,7 @@ requirements: - conda-libmamba-solver >=23.11.0 - conda-package-handling >=2.2.0 - distro >=1.5.0 + - frozendict >=2.4.2 - jsonpatch >=1.32 - menuinst >=2 - packaging >=23.0 @@ -123,3 +123,4 @@ extra: - kenodegard - mbargull - ocefpaf + - beeankha