From aa9be70e8aa6b6dbe332cc8b80a0d57a290a84fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Jul 2023 19:33:05 +0000 Subject: [PATCH] Bump numpy from 1.19.5 to 1.22.0 in /torch_ort_inference Bumps [numpy](https://github.com/numpy/numpy) from 1.19.5 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.19.5...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- torch_ort_inference/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torch_ort_inference/requirements-dev.txt b/torch_ort_inference/requirements-dev.txt index 024681be..13f02da1 100644 --- a/torch_ort_inference/requirements-dev.txt +++ b/torch_ort_inference/requirements-dev.txt @@ -1,7 +1,7 @@ # required for CI test pandas sklearn -numpy==1.19.5 +numpy==1.22.0 transformers==v4.3.2 torch torchvision