From b843a629b248a5b1f803541bbeb47f047b75b05a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 15:18:15 +0000 Subject: [PATCH] Update jaxlib requirement from <=0.4.14 to <=0.4.24 in /tests Updates the requirements on [jaxlib](https://github.com/google/jax) to permit the latest version. - [Release notes](https://github.com/google/jax/releases) - [Changelog](https://github.com/google/jax/blob/main/CHANGELOG.md) - [Commits](https://github.com/google/jax/compare/jaxlib-v0.1.32...jaxlib-v0.4.24) --- updated-dependencies: - dependency-name: jaxlib 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 ca408c7090b9a4..f1432a78c3e0f1 100644 --- a/tests/constraints.txt +++ b/tests/constraints.txt @@ -23,5 +23,5 @@ pytest-dependency==0.5.1 pytest-html==4.1.1 pytest-timeout==2.2.0 jax<=0.4.14 -jaxlib<=0.4.14 +jaxlib<=0.4.24 torch>=1.13,<2.3