JefferyJapheth commited on
Commit
ef7bb70
·
1 Parent(s): daed346

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +121 -6
requirements.txt CHANGED
@@ -1,10 +1,125 @@
1
- tensorflow
2
- opencv-python
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  numpy
4
- Keras
5
- gradio
6
- tk
7
- Pillow
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
 
9
 
10
 
 
1
+ absl-py
2
+ alabaster==0.7.12
3
+ asn1crypto==0.24.0
4
+ astor==0.7.1
5
+ astroid==2.0.4
6
+ Babel==2.6.0
7
+ backcall==0.1.0
8
+ bleach==3.0.2
9
+ certifi==2018.10.15
10
+ cffi==1.11.5
11
+ chardet==3.0.4
12
+ cloudpickle==0.6.1
13
+ cryptography==2.3.1
14
+ cryptography-vectors==2.3.1
15
+ cycler==0.10.0
16
+ decorator==4.3.0
17
+ defusedxml==0.5.0
18
+ docutils==0.14
19
+ entrypoints==0.2.3
20
+ gast==0.2.0
21
+ grpcio==1.14.1
22
+ h5py
23
+ html5lib==1.0.1
24
+ hunspell==0.5.5
25
+ idna==2.7
26
+ imagesize==1.1.0
27
+ ipykernel==5.1.0
28
+ ipython==7.1.1
29
+ ipython-genutils==0.2.0
30
+ ipywidgets==7.4.2
31
+ isort==4.3.4
32
+ jedi==0.13.1
33
+ jeepney==0.4
34
+ Jinja2==2.10
35
+ jsonschema==2.6.0
36
+ jupyter==1.0.0
37
+ jupyter-client==5.2.3
38
+ jupyter-console==6.0.0
39
+ jupyter-core==4.4.0
40
+ Keras==2.2.4
41
+ Keras-Applications==1.0.6
42
+ Keras-Preprocessing==1.0.5
43
+ keras-resnet==0.1.0
44
+ keyring==16.0.0
45
+ kiwisolver==1.0.1
46
+ lazy-object-proxy==1.3.1
47
+ llvmlite==0.25.0
48
+ lxml==4.2.5
49
+ Markdown==2.6.11
50
+ MarkupSafe==1.1.0
51
+ matplotlib
52
+ mccabe==0.6.1
53
+ mistune==0.8.4
54
+ mkl-fft
55
+ mkl-random
56
+ nbconvert==5.4.0
57
+ nbformat==4.4.0
58
+ notebook==5.7.0
59
+ numba==0.40.0
60
+ numexpr==2.6.8
61
  numpy
62
+ numpydoc
63
+ olefile==0.46
64
+ opencv-python
65
+ packaging==18.0
66
+ pandas
67
+ pandas-datareader==0.7.0
68
+ pandocfilters==1.4.2
69
+ parso==0.3.1
70
+ pexpect==4.6.0
71
+ pickleshare==0.7.5
72
+ Pillow==5.2.0
73
+ prometheus-client==0.4.2
74
+ prompt-toolkit==2.0.7
75
+ protobuf==3.6.1
76
+ psutil==5.4.8
77
+ ptyprocess==0.6.0
78
+ pycodestyle==2.4.0
79
+ pycparser==2.19
80
+ pyenchant
81
+ pyflakes==2.0.0
82
+ Pygments==2.2.0
83
+ pylint==2.1.1
84
+ pyOpenSSL==18.0.0
85
+ pyparsing==2.3.0
86
+ PySocks==1.6.8
87
+ python-dateutil==2.7.5
88
+ pytz==2018.7
89
+ PyYAML==3.13
90
+ pyzmq
91
+ QtAwesome==0.5.2
92
+ qtconsole==4.4.2
93
+ QtPy==1.5.2
94
+ requests==2.19.1
95
+ requests-file==1.4.3
96
+ requests-ftp==0.3.1
97
+ rope==0.11.0
98
+ scikit-learn==0.20.0
99
+ scipy==1.1.0
100
+ SecretStorage==3.1.0
101
+ Send2Trash==1.5.0
102
+ simplegeneric==0.8.1
103
+ six==1.11.0
104
+ snowballstemmer==1.2.1
105
+ Sphinx==1.8.1
106
+ sphinxcontrib-websupport==1.1.0
107
+ spyder
108
+ spyder-kernels
109
+ tensorboard
110
+ tensorflow
111
+ termcolor==1.1.0
112
+ terminado==0.8.1
113
+ testpath==0.4.2
114
+ tornado==5.1.1
115
+ traitlets==4.3.2
116
+ typed-ast==1.1.0
117
+ urllib3==1.23
118
+ wcwidth==0.1.7
119
+ webencodings==0.5.1
120
+ Werkzeug==0.14.1
121
+ widgetsnbextension
122
+ wrapt
123
 
124
 
125