From f439266b86772ad9ef4662195ac4fcd364970dca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 18:12:02 +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.2) --- updated-dependencies: - dependency-name: jaxlib dependency-version: 0.8.2 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..ed0ed83bb 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.2 ase