From 005ec01f9510046d9a96450aab139af29203cc69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Dec 2023 08:48:39 +0000 Subject: [PATCH] Bump onnx Bumps [onnx](https://github.com/onnx/onnx) from 1.7.0 to 1.13.0. - [Release notes](https://github.com/onnx/onnx/releases) - [Changelog](https://github.com/onnx/onnx/blob/main/docs/Changelog.md) - [Commits](https://github.com/onnx/onnx/compare/v1.7.0...v1.13.0) --- updated-dependencies: - dependency-name: onnx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../research/information_retrieval/doc2query/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pruning/UVP/Transformer/sparseml/research/information_retrieval/doc2query/requirements.txt b/pruning/UVP/Transformer/sparseml/research/information_retrieval/doc2query/requirements.txt index 3e1b5191..6e29d6e1 100644 --- a/pruning/UVP/Transformer/sparseml/research/information_retrieval/doc2query/requirements.txt +++ b/pruning/UVP/Transformer/sparseml/research/information_retrieval/doc2query/requirements.txt @@ -58,7 +58,7 @@ networkx==2.5.1 nltk==3.6.6 notebook==6.4.12 numpy==1.22.0 -onnx==1.7.0 +onnx==1.13.0 onnxruntime==1.8.0 packaging==20.9 pandas==1.2.4