From d6477f65098532198355fdb3caa2f71b51a9106e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Mar 2023 01:47:01 +0000 Subject: [PATCH] Bump tensorflow from 2.7.0 to 2.11.1 in /XAI/pureGAM Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.7.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.7.0...v2.11.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- XAI/pureGAM/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XAI/pureGAM/requirements.txt b/XAI/pureGAM/requirements.txt index 1c2b545..c0550db 100644 --- a/XAI/pureGAM/requirements.txt +++ b/XAI/pureGAM/requirements.txt @@ -6,7 +6,7 @@ numpy==1.20.3 pandas==1.3.4 scikit_learn==1.1.2 scipy==1.7.3 -tensorflow==2.7.0 +tensorflow==2.11.1 torch==1.10.2 tqdm==4.61.2 xgboost==1.5.1