From 9912e59a0b398ab2a6323c598f1d5b9df16cb0e1 Mon Sep 17 00:00:00 2001 From: Paul Madden Date: Tue, 27 Feb 2024 17:47:07 +0000 Subject: [PATCH] Use iotaa 0.7.3 --- recipe/meta.json | 4 ++-- recipe/meta.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipe/meta.json b/recipe/meta.json index 1bf44d204..bdf4eb33f 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.2.*", + "iotaa =0.7.3.*", "isort =5.13.*", "jinja2 =3.1.*", "jq =1.7.*", @@ -24,7 +24,7 @@ ], "run": [ "f90nml =1.4.*", - "iotaa =0.7.2.*", + "iotaa =0.7.3.*", "jinja2 =3.1.*", "jsonschema =4.20.*", "lxml =4.9.*", diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 55bd38d69..4ceaf4734 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -12,7 +12,7 @@ requirements: - pip run: - f90nml 1.4.* - - iotaa 0.7.2.* + - iotaa 0.7.3.* - jinja2 3.1.* - jsonschema 4.20.* - lxml 4.9.*