From 01ce5de19509609b895e92f16193813156054ffb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 18:45:21 +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.4.30) --- updated-dependencies: - dependency-name: jax dependency-version: 0.4.30 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..735ba4510 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.4.30 jaxlib~=0.4.38 ase