From 08399004e2badf6d014519732fb7e5bd49933f78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 10:59:59 +0000 Subject: [PATCH] Update jax requirement from <=0.4.14 to <=0.4.34 in /tests Updates the requirements on [jax](https://github.com/jax-ml/jax) to permit the latest version. - [Release notes](https://github.com/jax-ml/jax/releases) - [Changelog](https://github.com/jax-ml/jax/blob/main/CHANGELOG.md) - [Commits](https://github.com/jax-ml/jax/compare/jaxlib-v0.1.32...jax-v0.4.34) --- updated-dependencies: - dependency-name: jax 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 616aea79c82153..4853e7ba9a0d9d 100644 --- a/tests/constraints.txt +++ b/tests/constraints.txt @@ -21,7 +21,7 @@ pytest>=5.0,<8.4 pytest-dependency==0.5.1 pytest-html==4.1.1 pytest-timeout==2.3.1 -jax<=0.4.33 +jax<=0.4.34 jaxlib<=0.4.33 kornia==0.7.0 networkx<=3.3