From 2c5dd67d30132ebe23cbc930405980e58aaf4339 Mon Sep 17 00:00:00 2001 From: rob Date: Sat, 9 Jan 2021 10:52:18 +0100 Subject: [PATCH] Include Tensorflow version in requirements.txt. --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4a2a08b..b115134 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ numpy scipy -matplotlib \ No newline at end of file +matplotlib +tensorflow==1.13.13