From af11287f81d6359906958336016d5f6c4062fc0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 21:03:30 +0000 Subject: [PATCH] Update tensorflow-cpu requirement in /docker/openproblems-python-tf2.4 Updates the requirements on [tensorflow-cpu](https://github.com/tensorflow/tensorflow) to permit the latest version. - [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.4.0-rc0...v2.10.0) --- updated-dependencies: - dependency-name: tensorflow-cpu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/openproblems-python-tf2.4/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/openproblems-python-tf2.4/requirements.txt b/docker/openproblems-python-tf2.4/requirements.txt index 31a56c2ea2..b7f8816542 100644 --- a/docker/openproblems-python-tf2.4/requirements.txt +++ b/docker/openproblems-python-tf2.4/requirements.txt @@ -1,4 +1,4 @@ dca==0.3.* keras>=2.4,<2.11 pyyaml==6.0 # pinned in #431 -tensorflow-cpu==2.4.* # pinned in dca +tensorflow-cpu==2.10.* # pinned in dca