From 5a11ca28778d44c4a3112a9f39dd9dcd01be2ab6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Mar 2025 14:48:12 +0000 Subject: [PATCH] Bump tensorflow from 2.11.0 to 2.12.1 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.11.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.11.0...v2.12.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3edd4bb..a059be0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ pandas==1.5.3 # Powerful data manipulation and analysis library numpy==1.23.5 # Fundamental package for numerical computations in Python # Machine learning and deep learning -tensorflow==2.11.0 # Comprehensive library for machine learning and deep learning +tensorflow==2.12.1 # Comprehensive library for machine learning and deep learning scikit-learn==1.1.3 # Simple and efficient tools for data mining and data analysis # Blockchain interaction