From 674aebfe85ef55a760b3f2251939bd500314a45f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 14:14:55 +0000 Subject: [PATCH] Bump jaxlib from 0.4.38 to 0.7.2 Bumps [jaxlib](https://github.com/jax-ml/jax) from 0.4.38 to 0.7.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.7.2) --- updated-dependencies: - dependency-name: jaxlib dependency-version: 0.7.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cd650953..937ebdca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "numpyro==0.19.0", "jax>=0.4.25,<0.6.1", "parse>=1.20", - "jaxlib==0.4.38; sys_platform == 'darwin' and platform_machine == 'x86_64'", + "jaxlib==0.7.2; sys_platform == 'darwin' and platform_machine == 'x86_64'", "tables~=3.10", "scipy==1.15", ] diff --git a/requirements.txt b/requirements.txt index f4237b16..9e20b537 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,6 +11,6 @@ ipykernel numpyro~=0.17 jax>=0.4.25,<0.6.1 parse>=1.20 -jaxlib==0.4.38; sys_platform == 'darwin' and platform_machine == 'x86_64' +jaxlib==0.7.2; sys_platform == 'darwin' and platform_machine == 'x86_64' tables~=3.10 scipy==1.15