From 66be2dbc0c53fa62f51b228a7dca5742818fdd91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 20:12:35 +0000 Subject: [PATCH] Bump jaxlib from 0.4.38 to 0.6.2 Bumps [jaxlib](https://github.com/jax-ml/jax) from 0.4.38 to 0.6.2. - [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.38...jax-v0.6.2) --- updated-dependencies: - dependency-name: jaxlib dependency-version: 0.6.2 dependency-type: direct:production update-type: version-update:semver-minor ... 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..b998d3bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "numpyro==0.18", "jax>=0.4.25,<0.6.1", "parse>=1.20", - "jaxlib==0.4.38; sys_platform == 'darwin' and platform_machine == 'x86_64'", + "jaxlib==0.6.2; sys_platform == 'darwin' and platform_machine == 'x86_64'", "tables~=3.10", "scipy==1.15", ]