From b8109bb4c22fc82db0ebfd00fedf3b6283ae3004 Mon Sep 17 00:00:00 2001 From: Arthur Juliani Date: Thu, 21 Sep 2017 10:20:23 -0700 Subject: [PATCH] Remove scipy from requirements --- python/README.md | 2 +- python/requirements.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/python/README.md b/python/README.md index 9f28ff5523..872871d3d2 100755 --- a/python/README.md +++ b/python/README.md @@ -6,11 +6,11 @@ ### Requirements * Jupyter +* docopt * Matplotlib * numpy * Pillow * Python (2 or 3) -* scipy * Tensorflow (1.0+) ### Installing Dependencies diff --git a/python/requirements.txt b/python/requirements.txt index edcbd20307..9d1888ff22 100755 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -2,7 +2,6 @@ tensorflow>=1.0 Pillow>=4.2.1 matplotlib numpy>=1.11.0 -scipy jupyter mock>=2.0.0 pytest>=3.2.2