From b0f16d8cda3475342bb45270874e002fdd6c9c34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Oct 2021 16:08:18 +0000 Subject: [PATCH] Bump tensorflow from 2.5.0 to 2.5.1 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.5.0 to 2.5.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.5.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 1af75d1..0378a53 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ python_speech_features == 0.6 pandas == 1.1.5 -tensorflow == 2.5.0 +tensorflow == 2.5.1 g2p-en == 2.1.0 inflect == 4.1.0 librosa == 0.7.2