File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,9 @@ RUN python3 -m pip install pip --no-cache-dir -Iv \
102
102
scikit-image==0.16.2 \
103
103
scikit-learn==0.21.3 \
104
104
matplotlib==3.1.3 \
105
+ tornado==6.0.4 \
106
+ pystan==2.19.1.1 \
107
+ notebook==6.0.3 \
105
108
tensorflow-gpu==${TENSORFLOW_VERSION}
106
109
107
110
RUN python3 -m pip install --no-cache-dir \
Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ coverage==5.0.3
28
28
Cython==0.29.13
29
29
cycler==0.10.0
30
30
cvxpy==1.0.24
31
- dask==2.2 .0
31
+ dask==2.9 .0
32
32
defusedxml==0.6.0
33
- dataclasses==0.7
33
+ dataclasses==0.6
34
34
decorator==4.4.2
35
- dill==0.3.0
35
+ dill==0.3.1.1
36
36
ecos==2.0.7.post1
37
37
entrypoints==0.3
38
38
ephem==3.7.6.0
@@ -43,7 +43,7 @@ future==0.18.2
43
43
Fiona==1.8.6
44
44
folium==0.10.0
45
45
funcy==1.13
46
- gast==0.3.3
46
+ gast==0.2.2
47
47
gensim==3.8.0
48
48
geopandas==0.5.1
49
49
geoplotlib==0.3.2
@@ -91,7 +91,7 @@ kiwisolver==1.1.0
91
91
lesscpy==0.14.0
92
92
lxml==4.5.0
93
93
librosa==0.6.3
94
- llvmlite==0.29 .0
94
+ llvmlite==0.31 .0
95
95
lunardate==0.2.0
96
96
Markdown==3.2.1
97
97
MarkupSafe==1.1.1
@@ -104,7 +104,6 @@ nbconvert==5.6.1
104
104
nbformat==5.0.4
105
105
networkx==2.3
106
106
nltk==3.2.5
107
- notebook==6.0.3
108
107
numexpr==2.7.0
109
108
onnx==1.6.0
110
109
opencv-python==4.2.0.32
@@ -140,7 +139,6 @@ pyparsing==2.4.6
140
139
pyproj==2.5.0
141
140
pyrsistent==0.15.7
142
141
pyshp==2.1.0
143
- pystan==2.19.1.1
144
142
python-dateutil==2.8.1
145
143
python-language-server[all]==0.31.8
146
144
python-speech-features==0.6
@@ -171,14 +169,13 @@ simplejson==3.17.0
171
169
six==1.14.0
172
170
sklearn==0.0
173
171
tabulate==0.8.6
174
- tblib==1.4 .0
172
+ tblib==1.6 .0
175
173
tensorflow-hub==0.7.0
176
174
termcolor==1.1.0
177
175
terminado==0.8.3
178
176
test-generator==0.1.1
179
177
testpath==0.4.4
180
178
tf2onnx==1.5.5
181
- tornado==6.0.4
182
179
tqdm==4.43.0
183
180
traitlets==4.3.3
184
181
typing==3.7.4.1
@@ -191,6 +188,6 @@ wcwidth==0.1.8
191
188
webencodings==0.5.1
192
189
Werkzeug==1.0.0
193
190
widgetsnbextension==3.5.1
194
- wrapt==1.12.0
191
+ wrapt==1.11.1
195
192
zict==1.0.0
196
193
zipp==3.1.0
You can’t perform that action at this time.
0 commit comments