From 47967c5e58ed70d20c6f61970841b393c51a9f90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 07:38:03 +0000 Subject: [PATCH] Bump tensorflow-cpu from 2.16.2 to 2.20.0 Bumps [tensorflow-cpu](https://github.com/tensorflow/tensorflow) from 2.16.2 to 2.20.0. - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/compare/v2.16.2...v2.20.0) --- updated-dependencies: - dependency-name: tensorflow-cpu dependency-version: 2.20.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c57b824ffb..8bb9395769 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -113,7 +113,7 @@ strict-forcefields = [ "torch==2.2.0", "torchdata==0.7.1", # TODO: remove when issue fixed "deepmd-kit==2.2.11", - "tensorflow-cpu==2.16.2", + "tensorflow-cpu==2.20.0", ] strict = [ "atomate2[strict-forcefields, docs, cclib, phonons, lobster, openmm, mp, defects, ase, ase-ext]",