Skip to content

Commit a293a33

Browse files
jsonschmea finally broke us
1 parent 74ac780 commit a293a33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dependencies = [
4848
"click>=8.0.0", # for console scripts
4949
"importlib_resources>=1.4.0; python_version < '3.9'", # for resources in schema
5050
"jsonpatch>=1.15",
51-
"jsonschema>=4.15.0", # for utils
51+
"jsonschema>=4.15.0,<4.24.1", # for utils
5252
"pyyaml>=5.1", # for parsing CLI equal-delimited options
5353
"scipy>=1.5.2,<1.16.0", # requires numpy, which is required by pyhf and tensorflow
5454
"tqdm>=4.56.0", # for readxml

0 commit comments

Comments
 (0)