From b52d86b00bfb271d72398b567e118bd900208632 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 20:10:45 +0000 Subject: [PATCH] Update jax requirement from <0.6.1,>=0.4.25 to >=0.4.25,<0.6.3 Updates the requirements on [jax](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.5.0...jax-v0.6.2) --- updated-dependencies: - dependency-name: jax dependency-version: 0.6.2 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 2e95b63e..35d21868 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "qnm==0.4.4", "seaborn~=0.13", "numpyro==0.18", - "jax>=0.4.25,<0.6.1", + "jax>=0.4.25,<0.6.3", "parse>=1.20", "jaxlib==0.4.38; sys_platform == 'darwin' and platform_machine == 'x86_64'", "tables~=3.10",