Skip to content

Commit

Permalink
Loosen too-specific iotaa pin (#691)
Browse files Browse the repository at this point in the history
  • Loading branch information
maddenp-noaa authored Jan 29, 2025
1 parent 9355865 commit f892f51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions recipe/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"black ==24.10.*",
"docformatter ==1.7.*",
"f90nml ==1.4.*",
"iotaa ==1.1.1.*",
"iotaa ==1.1.*",
"isort ==5.13.*",
"jinja2 ==3.1.*",
"jq ==1.7.*",
Expand All @@ -27,7 +27,7 @@
],
"run": [
"f90nml ==1.4.*",
"iotaa ==1.1.1.*",
"iotaa ==1.1.*",
"jinja2 ==3.1.*",
"jsonschema >=4.18,<4.24",
"lxml ==5.3.*",
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ requirements:
- setuptools
run:
- f90nml 1.4.*
- iotaa 1.1.1.*
- iotaa 1.1.*
- jinja2 3.1.*
- jsonschema >=4.18,<4.24
- lxml 5.3.*
Expand Down

0 comments on commit f892f51

Please sign in to comment.