From 5f1d04731b583874c31d95eb84800b04b088e2d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 08:57:15 +0000 Subject: [PATCH] Update networkx requirement from <=3.3 to <=3.4.2 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.2) --- 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 2272151565ca8a..90f33a4deef108 100644 --- a/tests/constraints.txt +++ b/tests/constraints.txt @@ -24,7 +24,7 @@ pytest-timeout==2.3.1 jax<=0.4.35 jaxlib<=0.4.35 kornia==0.7.0 -networkx<=3.3 +networkx<=3.4.2 flax<=0.10.0 --extra-index-url https://download.pytorch.org/whl/cpu