From 471ace5e793463b9c61a11112f361cffd318b48b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 18:11:23 +0000 Subject: [PATCH] Bump tensorflow from 2.5.0 to 2.11.1 in /ai Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.5.0 to 2.11.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.11.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ai/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai/requirements.txt b/ai/requirements.txt index 00c9456d1..8f6e778e8 100644 --- a/ai/requirements.txt +++ b/ai/requirements.txt @@ -1,5 +1,5 @@ # Machine Learning and Deep Learning Libraries -tensorflow==2.5.0 +tensorflow==2.11.1 pytorch==1.8.1 scikit-learn==0.24.2