From e7224ab4c9dd78242111ed8a1b3d1bef2b38d214 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 02:09:21 +0000 Subject: [PATCH] Bump numpy from 1.18.1 to 1.22.0 in /workshop-inference-web-2020 Bumps [numpy](https://github.com/numpy/numpy) from 1.18.1 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.18.1...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- workshop-inference-web-2020/cortex-example/requirements.txt | 2 +- workshop-inference-web-2020/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/workshop-inference-web-2020/cortex-example/requirements.txt b/workshop-inference-web-2020/cortex-example/requirements.txt index 1430c8a..46cacc3 100644 --- a/workshop-inference-web-2020/cortex-example/requirements.txt +++ b/workshop-inference-web-2020/cortex-example/requirements.txt @@ -1,3 +1,3 @@ -numpy==1.18.1 +numpy==1.22.0 torch==1.5.0 transformers==2.10.0 diff --git a/workshop-inference-web-2020/requirements.txt b/workshop-inference-web-2020/requirements.txt index 06c061d..6dfa604 100644 --- a/workshop-inference-web-2020/requirements.txt +++ b/workshop-inference-web-2020/requirements.txt @@ -1,6 +1,6 @@ jupyter==1.0.0 matplotlib==3.2.1 -numpy==1.18.1 +numpy==1.22.0 Pillow==7.1.1 torch==1.5.0 tqdm==4.42.1