From c94d99ef1dc6f46ad0cdaf46c566afbbc6a82cfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 01:19:46 +0000 Subject: [PATCH] Bump numpy from 1.17.3 to 1.22.0 in /Reddit Comment Generator Bumps [numpy](https://github.com/numpy/numpy) from 1.17.3 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.3...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Reddit Comment Generator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 Reddit Comment Generator/requirements.txt diff --git a/Reddit Comment Generator/requirements.txt b/Reddit Comment Generator/requirements.txt old mode 100755 new mode 100644 index 2ab0072..40e7bfa --- a/Reddit Comment Generator/requirements.txt +++ b/Reddit Comment Generator/requirements.txt @@ -1,6 +1,6 @@ tensorflow==1.14.0 pandas==0.24.2 -numpy==1.17.3 +numpy==1.22.0 gpt-2-simple==0.6 torch==0.4.1 torchvision==0.2.1