From 2131ee109ed8335a4147a32092c14c5b2ef9877b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 18:24:40 +0000 Subject: [PATCH] Update jax requirement in /dev_tools/requirements/deps Updates the requirements on [jax](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: jax 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..c75af2567 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 +jax~=0.8.0 jaxlib~=0.4.38 ase