From 3d9d8e20ccb753995e7a29e35f40572f129d10d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jan 2022 18:52:56 +0000 Subject: [PATCH] Bump numpy from 1.19.2 to 1.21.0 in /tools/ci_build Bumps [numpy](https://github.com/numpy/numpy) from 1.19.2 to 1.21.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst.txt) - [Commits](https://github.com/numpy/numpy/compare/v1.19.2...v1.21.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/ci_build/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci_build/requirements.txt b/tools/ci_build/requirements.txt index 67b534a37d..d04bea2ea4 100644 --- a/tools/ci_build/requirements.txt +++ b/tools/ci_build/requirements.txt @@ -1,6 +1,6 @@ # packages used by transformers tool test protobuf==3.17.0 -numpy==1.19.2 +numpy==1.21.0 coloredlogs==15.0 transformers==4.6.1 onnxconverter-common==1.8.1