From 29119faed81a40a387ac832cbfdc1e9678491da0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 23:17:50 +0000 Subject: [PATCH] Update jax requirement from <0.6.1,>=0.4.25 to >=0.4.25,<0.7.1 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.7.0) --- updated-dependencies: - dependency-name: jax dependency-version: 0.7.0 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 8cbb94c9..72c03595 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "qnm==0.4.4", "seaborn~=0.13", "numpyro==0.19.0", - "jax>=0.4.25,<0.6.1", + "jax>=0.4.25,<0.7.1", "parse>=1.20", "jaxlib==0.4.38; sys_platform == 'darwin' and platform_machine == 'x86_64'", "tables~=3.10",