From 5426ea0766ff5d877711f24d03abed61be960282 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 05:43:21 +0000 Subject: [PATCH] chore(deps): update jax[cpu] requirement from <0.5,>=0.4 to >=0.4,<0.6 (#810) Updates the requirements on [jax[cpu]](https://github.com/jax-ml/jax) to permit the latest version. - [Release notes](https://github.com/jax-ml/jax/releases) - [Changelog](https://github.com/jax-ml/jax/blob/main/CHANGELOG.md) - [Commits](https://github.com/jax-ml/jax/compare/jax-v0.4.0...jax-v0.5.0) --- updated-dependencies: - dependency-name: jax[cpu] dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 68192438..910cc714 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dev = [ "coveralls>=4,<5", "ipykernel>=6,<7", "ipython>=8,<9", - "jax[cpu]>=0.4,<0.5", + "jax[cpu]>=0.4,<0.6", "jupyter>=1,<2", "mypy>=1,<2", "nbval>=0.11,<0.12",