From 9a5238957f75b6923cca68e87e06ad03af833094 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 07:43:50 +0000 Subject: [PATCH] Update networkx requirement from <=3.3 to <=3.4.1 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.4.1) --- 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 c0ab1a660164f4..4f02fd86d25ea4 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.3 +networkx<=3.4.1 keras>=2.0.0,<3.0.0 --extra-index-url https://download.pytorch.org/whl/cpu