From ca61ef7e99e24145503073b0b3fe522630ec37d4 Mon Sep 17 00:00:00 2001 From: Brian Austin Date: Mon, 22 Apr 2019 09:54:02 -0400 Subject: [PATCH] Add seaborn and tensorflow to requirements.txt Allows a user to successfully run the top setup cell of Ch1_Introduction_TFP. TensorFlow version is pinned to 1.13.1, the version running currently in Colab. --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index 1ea9f4ac..2931e618 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,3 +8,5 @@ tornado>=3.0.2 wsgiref>=0.1.2; python_version < '3.0' praw>=2.0.0 jinja2 +seaborn +tensorflow==1.13.1