From 171bede10ed3b74a46c29196950b76fb6e525e3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 09:54:49 +0000 Subject: [PATCH] Update numpy requirement from <=1.25.2 to <=1.26.2 Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. - [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/v0.2.0...v1.26.2) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1e3ef10..aacb00b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ dgl==1.0.1 nxt-gem grakel pandas -numpy<=1.25.2 +numpy<=1.26.2 scipy tensorflow torch