From 7624c465c23c6fe8212721cb13a7d3058dc73c14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 19:13:35 +0000 Subject: [PATCH] chore(deps): update jax[cpu] requirement from <0.5,>=0.4 to >=0.4,<0.6 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aeab0f83..5cf70fd3 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",