Skip to content

Commit

Permalink
Merge branch 'master' into docs/absoluteRelativeUncertainty
Browse files Browse the repository at this point in the history
  • Loading branch information
kratsg authored Sep 2, 2022
2 parents 5b8265b + b1d6bd4 commit 1c16813
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ install_requires =
scipy>=1.1.0 # requires numpy, which is required by pyhf and tensorflow
click>=8.0.0 # for console scripts
tqdm>=4.56.0 # for readxml
jsonschema>=3.0.0 # for utils
jsonschema>=4.15.0 # for utils
jsonpatch>=1.15
pyyaml>=5.1 # for parsing CLI equal-delimited options
importlib_resources>=1.3.0; python_version < "3.9" # for resources in schema
importlib_resources>=1.4.0; python_version < "3.9" # for resources in schema
typing_extensions>=3.7.4.3; python_version == "3.7" # for SupportsIndex

[options.packages.find]
Expand Down
4 changes: 2 additions & 2 deletions tests/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
scipy==1.1.0
click==8.0.0 # c.f. PR #1958, #1909
tqdm==4.56.0
jsonschema==3.0.0
jsonschema==4.15.0 # c.f. PR #1979
jsonpatch==1.15
pyyaml==5.1
importlib_resources==1.3.0
importlib_resources==1.4.0 # c.f. PR #1979
typing-extensions==3.7.4.3 # c.f. PR #1961, #1940
# xmlio
uproot==4.1.1
Expand Down

0 comments on commit 1c16813

Please sign in to comment.