From 5515e3acc621e8916d17340fbc014ff6fe65bad9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 07:17:20 +0000 Subject: [PATCH] Update jax requirement from <=0.4.14 to <=0.4.19 in /tests Updates the requirements on [jax](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...jax-v0.4.19) --- 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 7abffee14c8ce2..065aa73a0d636b 100644 --- a/tests/constraints.txt +++ b/tests/constraints.txt @@ -21,6 +21,6 @@ pytest>=5.0,<7.5 pytest-dependency==0.5.1 pytest-html==3.2.0 pytest-timeout==2.1.0 -jax<=0.4.14 +jax<=0.4.19 jaxlib<=0.4.14 torch<2.1.0 \ No newline at end of file