From 92ab6c5407974d86b1c262e1033d4ac2bb840cca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 02:10:13 +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 +- requirements-doc.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 diff --git a/requirements-doc.txt b/requirements-doc.txt index a4d94bdc..f2cbbd8b 100644 --- a/requirements-doc.txt +++ b/requirements-doc.txt @@ -1,6 +1,6 @@ tqdm jax<0.4.24 -jaxlib<0.4.24 +jaxlib<0.4.25 matplotlib numpy scipy