From 5dec22d987e7a76b07427435d2a03fec7f4c93a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 12:01:28 +0000 Subject: [PATCH] Bump numpy from 1.18.0 to 1.22.0 in /benchmarks/bert Bumps [numpy](https://github.com/numpy/numpy) from 1.18.0 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.18.0...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- benchmarks/bert/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/bert/requirements.txt b/benchmarks/bert/requirements.txt index 9c678ec6..1c305905 100644 --- a/benchmarks/bert/requirements.txt +++ b/benchmarks/bert/requirements.txt @@ -2,5 +2,5 @@ torch==1.4.0 onnx==1.6.0 transformers==2.4.0 onnxruntime==1.2.0 -numpy==1.18.0 +numpy==1.22.0 tokenization==1.0.7 \ No newline at end of file