From 5ff70f76ba2a7b813c87d49ebff0537d0b2737a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 09:45:53 +0000 Subject: [PATCH] Update jaxlib requirement from <=0.4.14 to <=0.4.18 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.18) --- 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 fca15ab7cbe228..4187fd977e4fc9 100644 --- a/tests/constraints.txt +++ b/tests/constraints.txt @@ -22,5 +22,5 @@ pytest-dependency==0.5.1 pytest-html==3.2.0 pytest-timeout==2.1.0 jax<=0.4.14 -jaxlib<=0.4.14 +jaxlib<=0.4.18 torch<2.1.0,>=1.13 \ No newline at end of file