From 0ed7d72d863fdc2ad66cc34f4d143a0bca86bcf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 20:17:40 +0000 Subject: [PATCH] Bump onnx in /closed/FuriosaAI/code/quantization/mlperf_evaluation Bumps [onnx](https://github.com/onnx/onnx) from 1.9.0 to 1.15.0. - [Release notes](https://github.com/onnx/onnx/releases) - [Changelog](https://github.com/onnx/onnx/blob/main/docs/Changelog-ml.md) - [Commits](https://github.com/onnx/onnx/compare/v1.9.0...v1.15.0) --- updated-dependencies: - dependency-name: onnx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../code/quantization/mlperf_evaluation/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/closed/FuriosaAI/code/quantization/mlperf_evaluation/requirements.txt b/closed/FuriosaAI/code/quantization/mlperf_evaluation/requirements.txt index 77d819159..a66695b5a 100644 --- a/closed/FuriosaAI/code/quantization/mlperf_evaluation/requirements.txt +++ b/closed/FuriosaAI/code/quantization/mlperf_evaluation/requirements.txt @@ -6,5 +6,5 @@ onnxruntime==1.7.0 tqdm==4.60.0 torch==1.8.1 gdown==3.13.0 -onnx==1.9.0 +onnx==1.15.0 scipy==1.5.4 \ No newline at end of file