From d8431273905ac6b0f18e66b0dbd91cd0ce7cb5be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 20:32:26 +0000 Subject: [PATCH] Bump tensorflow from 1.15.2 to 2.7.2 in /recursion-cellular Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.15.2 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/v1.15.2...v2.7.2) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- recursion-cellular/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recursion-cellular/requirements.txt b/recursion-cellular/requirements.txt index 645b921..896e935 100644 --- a/recursion-cellular/requirements.txt +++ b/recursion-cellular/requirements.txt @@ -14,7 +14,7 @@ scipy==0.19.1 seaborn==0.9.0 sklearn==0.0 tensorboard==1.14.0 -tensorflow==1.15.2 +tensorflow==2.7.2 torch==1.1.0 torchvision==0.2.2.post3 tqdm==4.32.2