From 62069b310fc14da4c1d7ae242f4549255ad1bd11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Aug 2022 20:38:23 +0000 Subject: [PATCH] Bump tensorflow from 2.8.0 to 2.8.1 in /projects/bravemusic Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.8.0 to 2.8.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.8.0...v2.8.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- projects/bravemusic/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/bravemusic/requirements.txt b/projects/bravemusic/requirements.txt index 57eef39d..528f093d 100644 --- a/projects/bravemusic/requirements.txt +++ b/projects/bravemusic/requirements.txt @@ -3,7 +3,7 @@ pandas==1.4.1 s3fs==2022.2.0 scikit-learn==1.0.2 librosa==0.9.1 -tensorflow==2.8.0 +tensorflow==2.8.1 numpy==1.21 joblib==1.1.0 requests==2.27.1