From 08e529b67b704d70151d3b6b2f58c920cb961bf1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 06:02:20 +0000 Subject: [PATCH] Update jax[cpu] requirement from <0.4.20 to <0.4.26 Updates the requirements on [jax[cpu]](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.25) --- updated-dependencies: - dependency-name: jax[cpu] dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 928969f13..bf4668d30 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ # `pyproject.toml`, once optional dependencies defined there can reference one another extras_require = dict() extras_require["jax"] = [ - "jax[cpu]<0.4.20; platform_system!='Windows'", + "jax[cpu]<0.4.26; platform_system!='Windows'", ] extras_require["zoo"] = [ "tqdm>=4.0",