From fd5abc76251ab4609aae220ee89aa4965d17ceb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2024 16:54:43 +0000 Subject: [PATCH] Bump tensorflow in /blockchain_integration/pi_network/daictd/config Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.6.0 to 2.12.1. - [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.6.0...v2.12.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../pi_network/daictd/config/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blockchain_integration/pi_network/daictd/config/requirements.txt b/blockchain_integration/pi_network/daictd/config/requirements.txt index 673ceb5b4..feb8fe50e 100644 --- a/blockchain_integration/pi_network/daictd/config/requirements.txt +++ b/blockchain_integration/pi_network/daictd/config/requirements.txt @@ -3,7 +3,7 @@ python==3.9.5 numpy==1.20.2 pandas==1.3.5 scikit-learn==1.0.2 -tensorflow==2.6.0 +tensorflow==2.12.1 pytorch==1.9.0 torchvision==0.10.0 scipy==1.7.3