From a865c9422ada949021ba66744e1dc6e84115ccfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 18:54:18 +0000 Subject: [PATCH] Update jax requirement from <=0.4.24 to <=0.4.28 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.28) --- 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..f8b7e3e 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.28 jaxlib<=0.4.24