From 5afd24d2857c10388d4fbc999bbad42c74930806 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 18:11:15 +0000 Subject: [PATCH] Update jaxlib requirement from <=0.4.24 to <=0.4.30 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.30) --- updated-dependencies: - dependency-name: jaxlib 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..4cdf68b 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -12,4 +12,4 @@ mace-torch newtonnet @ git+https://github.com/THGLab/NewtonNet.git sella==2.3.4 jax<=0.4.24 -jaxlib<=0.4.24 +jaxlib<=0.4.30