From 31ce6a367bd72a9d3818c10c71eb40e39e1626f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Sep 2020 00:10:14 +0000 Subject: [PATCH] Bump tensorflow from 1.15.2 to 1.15.4 in /recursion-cellular Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.15.2 to 1.15.4. - [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...v1.15.4) 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..c260444 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==1.15.4 torch==1.1.0 torchvision==0.2.2.post3 tqdm==4.32.2