diff --git a/docs/packages/onnx.yaml b/docs/packages/onnx.yaml index a265dfa..48d2fea 100644 --- a/docs/packages/onnx.yaml +++ b/docs/packages/onnx.yaml @@ -1,10 +1,16 @@ package-name: onnx source-code: https://github.com/onnx/onnx -license: Apache License v2.0 +license: Apache-2.0 warning: | onnx links against abseil, which is Apache-2.0 licensed. See the - LICENSE_NOTES.md file included in the wheel for licensing information - about that project. + LICENSE_NOTES.md file included in the wheel (versions 1.21.0 and older) for + licensing information about that project. As of 1.22.0, onnx ships a NOTICE + file containing licensing info for all linked libraries, making the + LICENSE_NOTES.md patch obsolete. +comment: | + We skip the maxpool_2d_uint8_cpu test as it fails consistently in our build + environment, and has several related issues open upstream: + https://github.com/onnx/onnx/issues?q=is%3Aissue%20state%3Aopen%20maxpool versions: - version: 1.19.1 patched: @@ -14,3 +20,4 @@ versions: patched: - version: 1.21.0 patched: + - version: 1.22.0