From 386a3b765eedb30c8980bcfa31cde734dd4d49ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 15:10:56 +0000 Subject: [PATCH] Update jax requirement from <0.6.1,>=0.4.25 to >=0.4.25,<0.6.2 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.1) --- updated-dependencies: - dependency-name: jax dependency-version: 0.6.1 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 ad1def45..639038e5 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.2", "parse>=1.20", "jaxlib==0.4.38; sys_platform == 'darwin' and platform_machine == 'x86_64'", ]