From 4c393e6114ba22f4af9d0d038ac28dc13333aa3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 07:48:43 +0000 Subject: [PATCH] Update networkx requirement from <=3.1.0 to <=3.3 in /tests Updates the requirements on [networkx](https://github.com/networkx/networkx) to permit the latest version. - [Release notes](https://github.com/networkx/networkx/releases) - [Commits](https://github.com/networkx/networkx/compare/networkx-0.23...networkx-3.3) --- updated-dependencies: - dependency-name: networkx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/constraints.txt b/tests/constraints.txt index b964d71d91509f..8df6dabbda1ece 100644 --- a/tests/constraints.txt +++ b/tests/constraints.txt @@ -25,7 +25,7 @@ pytest-timeout==2.2.0 jax<=0.4.14 jaxlib<=0.4.14 kornia==0.7.0 -networkx<=3.1.0 +networkx<=3.3 keras>=2.0.0,<3.0.0 --extra-index-url https://download.pytorch.org/whl/cpu