From 72557c295dc03c7ecf06731f74b4bb0e3b9cc4c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 01:58:46 +0000 Subject: [PATCH] :arrow_up: Update jaxlib requirement from <0.4.24 to <0.4.25 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.4.13...jaxlib-v0.4.24) --- updated-dependencies: - dependency-name: jaxlib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index fc074a0f..943f6d7d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ numpy numba brainpylib jax < 0.4.24 -jaxlib < 0.4.24 +jaxlib < 0.4.25 matplotlib msgpack tqdm