From ea9e83ed6b3a5f88c0d487574b6f341b108e75b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Feb 2023 10:52:02 +0000 Subject: [PATCH] Bump numpy from 1.21.5 to 1.22.0 in /machine-learning/dropout-in-pytorch Bumps [numpy](https://github.com/numpy/numpy) from 1.21.5 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.21.5...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- machine-learning/dropout-in-pytorch/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machine-learning/dropout-in-pytorch/requirements.txt b/machine-learning/dropout-in-pytorch/requirements.txt index 875ecbd6..7fdb98de 100644 --- a/machine-learning/dropout-in-pytorch/requirements.txt +++ b/machine-learning/dropout-in-pytorch/requirements.txt @@ -1,4 +1,4 @@ matplotlib==3.4.3 -numpy==1.21.5 +numpy==1.22.0 torch==1.10.1 torchvision \ No newline at end of file