From 6e37eb637b69c57679e6580fd6d4674e069ac837 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Aug 2022 00:52:30 +0000 Subject: [PATCH] Bump numpy from 1.16.0rc1 to 1.22.0 in /visual-model-explanation/app Bumps [numpy](https://github.com/numpy/numpy) from 1.16.0rc1 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.16.0rc1...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- visual-model-explanation/app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/visual-model-explanation/app/requirements.txt b/visual-model-explanation/app/requirements.txt index ee5aab0..8ff094b 100644 --- a/visual-model-explanation/app/requirements.txt +++ b/visual-model-explanation/app/requirements.txt @@ -1,4 +1,4 @@ -numpy==1.16.0rc1 +numpy==1.22.0 fastai==1.0.45 starlette==0.11.2 uvicorn==0.4.5