We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b67f96f commit b8109bbCopy full SHA for b8109bb
python/README.md
@@ -6,11 +6,11 @@
6
7
### Requirements
8
* Jupyter
9
+* docopt
10
* Matplotlib
11
* numpy
12
* Pillow
13
* Python (2 or 3)
-* scipy
14
* Tensorflow (1.0+)
15
16
### Installing Dependencies
python/requirements.txt
@@ -2,7 +2,6 @@ tensorflow>=1.0
2
Pillow>=4.2.1
3
matplotlib
4
numpy>=1.11.0
5
-scipy
jupyter
mock>=2.0.0
pytest>=3.2.2
0 commit comments