From cbc478ac492b1318a893f990dabcb0f9956e2f65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Aug 2024 06:56:52 +0000 Subject: [PATCH] Bump tensorflow Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.5.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.5.0...v2.12.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../ai_course_recommendations/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blockchain_integration/pi_network/pi_network_university/ai_course_recommendations/requirements.txt b/blockchain_integration/pi_network/pi_network_university/ai_course_recommendations/requirements.txt index bee57999a..d59a208fa 100644 --- a/blockchain_integration/pi_network/pi_network_university/ai_course_recommendations/requirements.txt +++ b/blockchain_integration/pi_network/pi_network_university/ai_course_recommendations/requirements.txt @@ -1,7 +1,7 @@ numpy==1.20.0 pandas==1.3.5 scikit-learn==0.24.2 -tensorflow==2.5.0 +tensorflow==2.12.1 qiskit==0.29.0 web3==5.24.0 RPi.GPIO==0.7.0