From 88d0633df959e5c750720a1c0b20ea09902f0b02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 00:56:47 +0000 Subject: [PATCH] Bump numpy from 1.17.2 to 1.22.0 in /event-detection-pytorch Bumps [numpy](https://github.com/numpy/numpy) from 1.17.2 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.17.2...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- event-detection-pytorch/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/event-detection-pytorch/requirements.txt b/event-detection-pytorch/requirements.txt index a0c77a5..9ea9234 100644 --- a/event-detection-pytorch/requirements.txt +++ b/event-detection-pytorch/requirements.txt @@ -7,7 +7,7 @@ gensim==3.8.1 spacy==2.2.3 torch==1.3.1 tqdm==4.36.1 -numpy==1.17.2 +numpy==1.22.0 six==1.12.0 tensorflow-gpu>=2.4.0 beautifulsoup4==4.8.2