From 8a2d0bddbaf2c79f139643e1922f5799b1f6c1a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 18:26:30 +0000 Subject: [PATCH] Update jaxlib requirement in /dev_tools/requirements/deps Updates the requirements on [jaxlib](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.4.38...jax-v0.8.0) --- updated-dependencies: - dependency-name: jaxlib dependency-version: 0.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dev_tools/requirements/deps/resource_estimates_runtime.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_tools/requirements/deps/resource_estimates_runtime.txt b/dev_tools/requirements/deps/resource_estimates_runtime.txt index b38282f66..c65edaa14 100644 --- a/dev_tools/requirements/deps/resource_estimates_runtime.txt +++ b/dev_tools/requirements/deps/resource_estimates_runtime.txt @@ -1,4 +1,4 @@ pyscf jax~=0.4.38 -jaxlib~=0.4.38 +jaxlib~=0.8.0 ase