From ef4382786477e149ec93e269e17abd91d7790e63 Mon Sep 17 00:00:00 2001 From: Paul Madden <136389411+maddenp-noaa@users.noreply.github.com> Date: Mon, 26 Feb 2024 09:12:14 -0700 Subject: [PATCH] Obtain iotaa from conda-forge (#415) --- recipe/channels | 1 - recipe/meta.json | 4 ++-- recipe/meta.yaml | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/recipe/channels b/recipe/channels index f19240f68..bdff4d5cf 100644 --- a/recipe/channels +++ b/recipe/channels @@ -1,2 +1 @@ conda-forge -maddenp diff --git a/recipe/meta.json b/recipe/meta.json index ccf16bac3..360d647ab 100644 --- a/recipe/meta.json +++ b/recipe/meta.json @@ -8,7 +8,7 @@ "coverage =7.3.*", "docformatter =1.7.*", "f90nml =1.4.*", - "iotaa =0.7.1.*", + "iotaa =0.7.2.*", "isort =5.13.*", "jinja2 =3.1.*", "jq =1.7.*", @@ -24,7 +24,7 @@ ], "run": [ "f90nml =1.4.*", - "iotaa =0.7.1.*", + "iotaa =0.7.2.*", "jinja2 =3.1.*", "jsonschema =4.20.*", "lxml =4.9.*", diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 3c3279d1b..79712efd9 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -12,7 +12,7 @@ requirements: - pip run: - f90nml 1.4.* - - iotaa 0.7.1.* + - iotaa 0.7.2.* - jinja2 3.1.* - jsonschema 4.20.* - lxml 4.9.*