質問編集履歴

1

インストール済みのパッケージとバージョンを追記しました。

2018/06/21 03:06

投稿

kon0913
kon0913

スコア9

test CHANGED
File without changes
test CHANGED
@@ -121,3 +121,225 @@
121
121
  OS : windows10
122
122
 
123
123
  pythonのバージョン:3.5
124
+
125
+
126
+
127
+ 追記
128
+
129
+ pip listを実行した結果は以下の通りです。
130
+
131
+ ちなみにAnacondaの仮想環境を使用しています。
132
+
133
+ ```
134
+
135
+ Package Version
136
+
137
+ ----------------------------- -----------
138
+
139
+ absl-py 0.2.2
140
+
141
+ asn1crypto 0.22.0
142
+
143
+ astor 0.6.2
144
+
145
+ backports.functools-lru-cache 1.4
146
+
147
+ backports.weakref 1.0rc1
148
+
149
+ bleach 1.5.0
150
+
151
+ CacheControl 0.12.3
152
+
153
+ certifi 2018.4.16
154
+
155
+ cffi 1.10.0
156
+
157
+ chardet 3.0.4
158
+
159
+ cloudpickle 0.5.3
160
+
161
+ colorama 0.3.9
162
+
163
+ cryptography 2.0.3
164
+
165
+ cycler 0.10.0
166
+
167
+ dask 0.17.5
168
+
169
+ decorator 4.1.2
170
+
171
+ distlib 0.2.5
172
+
173
+ easydict 1.7
174
+
175
+ entrypoints 0.2.3
176
+
177
+ enum34 1.1.6
178
+
179
+ gast 0.2.0
180
+
181
+ GDAL 2.2.0
182
+
183
+ graphviz 0.8.2
184
+
185
+ grpcio 1.12.0
186
+
187
+ h5py 2.7.1
188
+
189
+ html5lib 0.9999999
190
+
191
+ idna 2.6
192
+
193
+ ipykernel 4.6.1
194
+
195
+ ipython 6.1.0
196
+
197
+ ipython-genutils 0.2.0
198
+
199
+ ipywidgets 7.0.0
200
+
201
+ jedi 0.10.2
202
+
203
+ Jinja2 2.9.6
204
+
205
+ joblib 0.11
206
+
207
+ jsonschema 2.6.0
208
+
209
+ jupyter 1.0.0
210
+
211
+ jupyter-client 5.1.0
212
+
213
+ jupyter-console 5.2.0
214
+
215
+ jupyter-core 4.3.0
216
+
217
+ Keras 2.1.1
218
+
219
+ lockfile 0.12.2
220
+
221
+ mako 1.0.7
222
+
223
+ Markdown 2.6.11
224
+
225
+ MarkupSafe 1.0
226
+
227
+ matplotlib 2.1.0
228
+
229
+ mistune 0.7.4
230
+
231
+ msgpack-python 0.4.8
232
+
233
+ nbconvert 5.3.1
234
+
235
+ nbformat 4.4.0
236
+
237
+ networkx 2.1
238
+
239
+ notebook 5.0.0
240
+
241
+ numpy 1.14.3
242
+
243
+ olefile 0.44
244
+
245
+ packaging 16.8
246
+
247
+ pandas 0.22.0
248
+
249
+ pandocfilters 1.4.2
250
+
251
+ pickleshare 0.7.4
252
+
253
+ piexif 1.0.13
254
+
255
+ Pillow 4.3.0
256
+
257
+ pip 10.0.1
258
+
259
+ progress 1.3
260
+
261
+ prompt-toolkit 1.0.15
262
+
263
+ protobuf 3.5.2.post1
264
+
265
+ pycparser 2.18
266
+
267
+ pydot-ng 1.0.0
268
+
269
+ Pygments 2.2.0
270
+
271
+ pygpu 0.7.5
272
+
273
+ pyOpenSSL 17.2.0
274
+
275
+ pyparsing 2.2.0
276
+
277
+ PySocks 1.6.7
278
+
279
+ python-dateutil 2.6.1
280
+
281
+ pytz 2017.2
282
+
283
+ PyWavelets 0.5.2
284
+
285
+ PyYAML 3.12
286
+
287
+ pyzmq 16.0.2
288
+
289
+ qtconsole 4.3.1
290
+
291
+ requests 2.18.4
292
+
293
+ scikit-image 0.14.0
294
+
295
+ scikit-learn 0.19.1
296
+
297
+ scipy 1.0.0
298
+
299
+ setuptools 39.2.0
300
+
301
+ simplegeneric 0.8.1
302
+
303
+ six 1.11.0
304
+
305
+ tensorboard 1.8.0
306
+
307
+ tensorflow 1.8.0
308
+
309
+ tensorflow-gpu 1.8.0
310
+
311
+ tensorflow-tensorboard 0.4.0rc3
312
+
313
+ termcolor 1.1.0
314
+
315
+ testpath 0.3.1
316
+
317
+ Theano 0.9.0
318
+
319
+ toolz 0.9.0
320
+
321
+ tornado 4.5.2
322
+
323
+ tqdm 4.23.4
324
+
325
+ traitlets 4.3.2
326
+
327
+ urllib3 1.22
328
+
329
+ wcwidth 0.1.7
330
+
331
+ webencodings 0.5.1
332
+
333
+ Werkzeug 0.14.1
334
+
335
+ wheel 0.31.1
336
+
337
+ widgetsnbextension 3.0.2
338
+
339
+ win-inet-pton 1.0.1
340
+
341
+ win-unicode-console 0.5
342
+
343
+ wincertstore 0.2
344
+
345
+ ```