From 46da2cde2a76849f5c436e7e87dec5f6c5b246a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 16:20:06 +0000 Subject: [PATCH] Bump jaxlib from 0.4.38 to 0.9.0.1 Bumps [jaxlib](https://github.com/jax-ml/jax) from 0.4.38 to 0.9.0.1. - [Release notes](https://github.com/jax-ml/jax/releases) - [Changelog](https://github.com/jax-ml/jax/blob/jax-v0.9.0.1/CHANGELOG.md) - [Commits](https://github.com/jax-ml/jax/compare/jax-v0.4.38...jax-v0.9.0.1) --- updated-dependencies: - dependency-name: jaxlib dependency-version: 0.9.0.1 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..d22ef880 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.1; sys_platform == 'darwin' and platform_machine == 'x86_64'", "tables~=3.10", "scipy==1.15", ] diff --git a/requirements.txt b/requirements.txt index f4237b16..11d273db 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.1; sys_platform == 'darwin' and platform_machine == 'x86_64' tables~=3.10 scipy==1.15