From 1a098d60625f9049e0e2ac06496a151da1bfd23c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 18:53:17 +0000 Subject: [PATCH] Update jax requirement from <0.11,>=0.10.2 to >=0.10.2,<0.12 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.10.2...jax-v0.11.1) --- updated-dependencies: - dependency-name: jax dependency-version: 0.11.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 e62f534..b2f8efa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "diffrax>=0.7.2,<0.8", "equinox>=0.13.8,<0.14", "interpax>=0.3.14,<0.4", - "jax>=0.10.2,<0.11", + "jax>=0.10.2,<0.12", "numpy>=2.4.6,<3", "optax>=0.2.8,<0.3", "optimistix>=0.1,<0.2",