From e4bccf8b9e53b73f2d5a6b345dc8d3c23773cec7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Aug 2022 15:40:45 +0000 Subject: [PATCH] Bump tensorflow from 2.7.0 to 2.7.2 in /XAI/pureGAM Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.7.0 to 2.7.2. - [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.7.2) --- 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..aa7fa8f 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.7.2 torch==1.10.2 tqdm==4.61.2 xgboost==1.5.1