From 03ef77f000191da3c3cfd76ac02f0589dc53f2c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 18:21:34 +0000 Subject: [PATCH] Update jax requirement from <=0.4.24 to <=0.4.31 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.31) --- updated-dependencies: - dependency-name: jax dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 8ad9777..a0c7820 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -11,5 +11,5 @@ torchaudio mace-torch newtonnet @ git+https://github.com/THGLab/NewtonNet.git sella==2.3.4 -jax<=0.4.24 +jax<=0.4.31 jaxlib<=0.4.24