Skip to content

Commit

Permalink
Remove scipy from requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
awjuliani committed Sep 21, 2017
1 parent b67f96f commit b8109bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

### Requirements
* Jupyter
* docopt
* Matplotlib
* numpy
* Pillow
* Python (2 or 3)
* scipy
* Tensorflow (1.0+)

### Installing Dependencies
Expand Down
1 change: 0 additions & 1 deletion python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b8109bb

Please sign in to comment.