質問編集履歴
1
インストール済みのパッケージとバージョンを追記しました。
title
CHANGED
File without changes
|
body
CHANGED
@@ -59,4 +59,115 @@
|
|
59
59
|
### 補足情報(FW/ツールのバージョンなど)
|
60
60
|
|
61
61
|
OS : windows10
|
62
|
-
pythonのバージョン:3.5
|
62
|
+
pythonのバージョン:3.5
|
63
|
+
|
64
|
+
追記
|
65
|
+
pip listを実行した結果は以下の通りです。
|
66
|
+
ちなみにAnacondaの仮想環境を使用しています。
|
67
|
+
```
|
68
|
+
Package Version
|
69
|
+
----------------------------- -----------
|
70
|
+
absl-py 0.2.2
|
71
|
+
asn1crypto 0.22.0
|
72
|
+
astor 0.6.2
|
73
|
+
backports.functools-lru-cache 1.4
|
74
|
+
backports.weakref 1.0rc1
|
75
|
+
bleach 1.5.0
|
76
|
+
CacheControl 0.12.3
|
77
|
+
certifi 2018.4.16
|
78
|
+
cffi 1.10.0
|
79
|
+
chardet 3.0.4
|
80
|
+
cloudpickle 0.5.3
|
81
|
+
colorama 0.3.9
|
82
|
+
cryptography 2.0.3
|
83
|
+
cycler 0.10.0
|
84
|
+
dask 0.17.5
|
85
|
+
decorator 4.1.2
|
86
|
+
distlib 0.2.5
|
87
|
+
easydict 1.7
|
88
|
+
entrypoints 0.2.3
|
89
|
+
enum34 1.1.6
|
90
|
+
gast 0.2.0
|
91
|
+
GDAL 2.2.0
|
92
|
+
graphviz 0.8.2
|
93
|
+
grpcio 1.12.0
|
94
|
+
h5py 2.7.1
|
95
|
+
html5lib 0.9999999
|
96
|
+
idna 2.6
|
97
|
+
ipykernel 4.6.1
|
98
|
+
ipython 6.1.0
|
99
|
+
ipython-genutils 0.2.0
|
100
|
+
ipywidgets 7.0.0
|
101
|
+
jedi 0.10.2
|
102
|
+
Jinja2 2.9.6
|
103
|
+
joblib 0.11
|
104
|
+
jsonschema 2.6.0
|
105
|
+
jupyter 1.0.0
|
106
|
+
jupyter-client 5.1.0
|
107
|
+
jupyter-console 5.2.0
|
108
|
+
jupyter-core 4.3.0
|
109
|
+
Keras 2.1.1
|
110
|
+
lockfile 0.12.2
|
111
|
+
mako 1.0.7
|
112
|
+
Markdown 2.6.11
|
113
|
+
MarkupSafe 1.0
|
114
|
+
matplotlib 2.1.0
|
115
|
+
mistune 0.7.4
|
116
|
+
msgpack-python 0.4.8
|
117
|
+
nbconvert 5.3.1
|
118
|
+
nbformat 4.4.0
|
119
|
+
networkx 2.1
|
120
|
+
notebook 5.0.0
|
121
|
+
numpy 1.14.3
|
122
|
+
olefile 0.44
|
123
|
+
packaging 16.8
|
124
|
+
pandas 0.22.0
|
125
|
+
pandocfilters 1.4.2
|
126
|
+
pickleshare 0.7.4
|
127
|
+
piexif 1.0.13
|
128
|
+
Pillow 4.3.0
|
129
|
+
pip 10.0.1
|
130
|
+
progress 1.3
|
131
|
+
prompt-toolkit 1.0.15
|
132
|
+
protobuf 3.5.2.post1
|
133
|
+
pycparser 2.18
|
134
|
+
pydot-ng 1.0.0
|
135
|
+
Pygments 2.2.0
|
136
|
+
pygpu 0.7.5
|
137
|
+
pyOpenSSL 17.2.0
|
138
|
+
pyparsing 2.2.0
|
139
|
+
PySocks 1.6.7
|
140
|
+
python-dateutil 2.6.1
|
141
|
+
pytz 2017.2
|
142
|
+
PyWavelets 0.5.2
|
143
|
+
PyYAML 3.12
|
144
|
+
pyzmq 16.0.2
|
145
|
+
qtconsole 4.3.1
|
146
|
+
requests 2.18.4
|
147
|
+
scikit-image 0.14.0
|
148
|
+
scikit-learn 0.19.1
|
149
|
+
scipy 1.0.0
|
150
|
+
setuptools 39.2.0
|
151
|
+
simplegeneric 0.8.1
|
152
|
+
six 1.11.0
|
153
|
+
tensorboard 1.8.0
|
154
|
+
tensorflow 1.8.0
|
155
|
+
tensorflow-gpu 1.8.0
|
156
|
+
tensorflow-tensorboard 0.4.0rc3
|
157
|
+
termcolor 1.1.0
|
158
|
+
testpath 0.3.1
|
159
|
+
Theano 0.9.0
|
160
|
+
toolz 0.9.0
|
161
|
+
tornado 4.5.2
|
162
|
+
tqdm 4.23.4
|
163
|
+
traitlets 4.3.2
|
164
|
+
urllib3 1.22
|
165
|
+
wcwidth 0.1.7
|
166
|
+
webencodings 0.5.1
|
167
|
+
Werkzeug 0.14.1
|
168
|
+
wheel 0.31.1
|
169
|
+
widgetsnbextension 3.0.2
|
170
|
+
win-inet-pton 1.0.1
|
171
|
+
win-unicode-console 0.5
|
172
|
+
wincertstore 0.2
|
173
|
+
```
|