From 39db25b33358f2df77974d4cc659c135a2738c71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 15:52:41 +0000 Subject: [PATCH] Bump jaxlib from 0.4.38 to 0.9.0 Bumps [jaxlib](https://github.com/jax-ml/jax) from 0.4.38 to 0.9.0. - [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.9.0) --- updated-dependencies: - dependency-name: jaxlib dependency-version: 0.9.0 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..f1c4f169 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.9.0; sys_platform == 'darwin' and platform_machine == 'x86_64'", "tables~=3.10", "scipy==1.15", ] diff --git a/requirements.txt b/requirements.txt index f4237b16..e282fbc7 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.9.0; sys_platform == 'darwin' and platform_machine == 'x86_64' tables~=3.10 scipy==1.15