From 04de40129a73874bf41423d1a830505aad0c224d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 19:00:01 +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.1) --- updated-dependencies: - dependency-name: jaxlib dependency-version: 0.8.1 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..40426aa25 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.1 ase