From 1479e5b974999900e71785ad18ea80d67ad6d533 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 05:07:46 +0000 Subject: [PATCH] Bump numpy from 1.21.0 to 1.22.0 in /ogb_examples/nodeproppred/unimp Bumps [numpy](https://github.com/numpy/numpy) from 1.21.0 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.0...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ogb_examples/nodeproppred/unimp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ogb_examples/nodeproppred/unimp/requirements.txt b/ogb_examples/nodeproppred/unimp/requirements.txt index 55dd22dc..e592f40d 100644 --- a/ogb_examples/nodeproppred/unimp/requirements.txt +++ b/ogb_examples/nodeproppred/unimp/requirements.txt @@ -2,5 +2,5 @@ paddlepaddle_gpu==1.8.3.post107 torch==1.5.1 tqdm==4.31.1 six==1.12.0 -numpy==1.21.0 +numpy==1.22.0 ogb==1.2.1 \ No newline at end of file