From 42f28f63fe7a40494bf112517d1f2075a68901ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 06:28:44 +0000 Subject: [PATCH] Update jax[cpu] requirement from <0.4.17 to <0.4.19 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.18) --- 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 241496e16..a892a68c3 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.17; platform_system!='Windows'", + "jax[cpu]<0.4.19; platform_system!='Windows'", ] extras_require["zoo"] = [ "tqdm>=4.0",