We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After Issue #1990 had the workflow fixed by PR #1995, the codemeta comparison check is still failing with
< "version": ">=3.0.0" --- > "version": ">=4.15.0" 91c91 < "version": ">=1.3.0" --- > "version": ">=1.4.0"
This is because jsonschema needs to get updated from v3.0.0
jsonschema
v3.0.0
pyhf/codemeta.json
Lines 75 to 87 in 7cc4b78
to v4.15.0
v4.15.0
pyhf/setup.cfg
Line 41 in 7cc4b78
and importlib-resources needs to get updated from 1.3.0
importlib-resources
1.3.0
Lines 114 to 126 in 7cc4b78
to 1.4.0.
1.4.0
Line 44 in 7cc4b78
The text was updated successfully, but these errors were encountered:
matthewfeickert
Successfully merging a pull request may close this issue.
After Issue #1990 had the workflow fixed by PR #1995, the codemeta comparison check is still failing with
This is because
jsonschema
needs to get updated fromv3.0.0
pyhf/codemeta.json
Lines 75 to 87 in 7cc4b78
to
v4.15.0
pyhf/setup.cfg
Line 41 in 7cc4b78
and
importlib-resources
needs to get updated from1.3.0
pyhf/codemeta.json
Lines 114 to 126 in 7cc4b78
to
1.4.0
.pyhf/setup.cfg
Line 44 in 7cc4b78
The text was updated successfully, but these errors were encountered: