Skip to content

Commit

Permalink
Update jsonschema pin range and increment build number (#652)
Browse files Browse the repository at this point in the history
  • Loading branch information
maddenp-noaa authored Nov 14, 2024
1 parent 22f6ba9 commit 2239254
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: readthedocs
channels:
- conda-forge
dependencies:
- python<3.13
- sphinx_rtd_theme=2.0.*
- sphinxcontrib-bibtex=2.6.*
- tree
8 changes: 4 additions & 4 deletions recipe/meta.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"build": "py_0",
"buildnum": "0",
"build": "py_1",
"buildnum": "1",
"name": "uwtools",
"packages": {
"dev": [
Expand All @@ -11,7 +11,7 @@
"isort =5.13.*",
"jinja2 =3.1.*",
"jq =1.7.*",
"jsonschema =4.23.*",
"jsonschema >=4.18,<4.24",
"lxml =5.2.*",
"make >=3.8",
"mypy =1.10.*",
Expand All @@ -27,7 +27,7 @@
"f90nml =1.4.*",
"iotaa =0.8.*",
"jinja2 =3.1.*",
"jsonschema =4.23.*",
"jsonschema >=4.18,<4.24",
"lxml =5.2.*",
"python >=3.9,<3.13",
"pyyaml =6.0.*"
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ requirements:
- f90nml 1.4.*
- iotaa 0.8.*
- jinja2 3.1.*
- jsonschema 4.23.*
- jsonschema >=4.18,<4.24
- lxml 5.2.*
- python >=3.9,<3.13
- pyyaml 6.0.*
Expand Down
2 changes: 1 addition & 1 deletion src/uwtools/resources/info.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "2.4.2",
"buildnum": "0"
"buildnum": "1"
}

0 comments on commit 2239254

Please sign in to comment.