Skip to content

Commit

Permalink
Update requirements.txt packages and format toplevel schema
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-parker1 committed Jun 18, 2024
1 parent 882110c commit f3fc2b1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 19 deletions.
15 changes: 8 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
attrs==23.1.0
cexprtk==0.4.1
Cython==0.29.36
Cython==3.0.10
exceptiongroup==1.1.2
iniconfig==2.0.0
jsonschema==4.18.0
jsonschema-specifications==2023.6.1
numpy==1.25.1
jsonschema==4.21.1
jsonschema-specifications==2023.12.1
numpy==1.26.4
packaging==23.1
pluggy==1.2.0
pytest==7.4.0
referencing==0.29.1
pluggy==1.5.0
pytest==8.1.1
referencing==0.34.0
rpds-py==0.8.10
setuptools==69.5.1
tomli==2.0.1
24 changes: 12 additions & 12 deletions schemas/toplevel.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"COMMENT": { "type": "string" }
},
"required": [
"MAP_TYPE",
"DIM_PROBE"
"MAP_TYPE",
"DIM_PROBE"
],
"additionalProperties": false
},
Expand All @@ -44,8 +44,8 @@
"COMMENT": { "type": "string" }
},
"required": [
"MAP_TYPE",
"VALUE"
"MAP_TYPE",
"VALUE"
],
"additionalProperties": false
},
Expand Down Expand Up @@ -74,9 +74,9 @@
"COMMENT": { "type": "string" }
},
"required": [
"MAP_TYPE",
"ARGS",
"PLUGIN"
"MAP_TYPE",
"ARGS",
"PLUGIN"
],
"additionalProperties": false
},
Expand All @@ -96,9 +96,9 @@
"COMMENT": { "type": "string" }
},
"required": [
"MAP_TYPE",
"PARAMETERS",
"EXPR"
"MAP_TYPE",
"PARAMETERS",
"EXPR"
],
"additionalProperties": false
},
Expand All @@ -109,8 +109,8 @@
"COMMENT": { "type": "string" }
},
"required": [
"MAP_TYPE",
"CUSTOM_TYPE"
"MAP_TYPE",
"CUSTOM_TYPE"
],
"additionalProperties": false
}
Expand Down

0 comments on commit f3fc2b1

Please sign in to comment.