From c55a3e36d1e2322458a8c71eb619ed41ea076fcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 22:42:56 +0000 Subject: [PATCH] Bump tensorflow-gpu from 2.4.0 to 2.12.0 in /eraserbenchmark Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 2.4.0 to 2.12.0. - [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.4.0...v2.12.0) --- updated-dependencies: - dependency-name: tensorflow-gpu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- eraserbenchmark/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eraserbenchmark/requirements.txt b/eraserbenchmark/requirements.txt index 59ed4cd..d2eea5d 100644 --- a/eraserbenchmark/requirements.txt +++ b/eraserbenchmark/requirements.txt @@ -7,6 +7,6 @@ scipy==1.2.1 scispacy==0.2.3 scikit-learn==0.20.3 spacy==2.1.8 -tensorflow-gpu==2.4.0 +tensorflow-gpu==2.12.0 torch==1.3.0 tqdm==4.31.1