File tree Expand file tree Collapse file tree 3 files changed +26
-34
lines changed Expand file tree Collapse file tree 3 files changed +26
-34
lines changed Original file line number Diff line number Diff line change @@ -131,8 +131,8 @@ RUN git clone --recursive https://github.com/bodono/scs-python.git && \
131
131
cd /tmp/scs-python && \
132
132
python setup.py install --scs --gpu
133
133
134
- COPY ./numpy-1.18.5-cp36-cp36m-manylinux2010_x86_64.whl /tmp
135
- COPY ./pandas-1.0.4+4.g29edbab4a-cp36-cp36m-linux_x86_64.whl /tmp
134
+ # COPY ./numpy-1.18.5-cp36-cp36m-manylinux2010_x86_64.whl /tmp
135
+ # COPY ./pandas-1.0.4+4.g29edbab4a-cp36-cp36m-linux_x86_64.whl /tmp
136
136
RUN /opt/conda/bin/python3 -m pip install --no-cache-dir \
137
137
Cython==0.29.21 \
138
138
tornado==6.0.4 \
@@ -149,8 +149,8 @@ RUN cd /tmp && \
149
149
git checkout -b v${SCIPY_VERSION} && \
150
150
cp site.cfg.example site.cfg && \
151
151
python3 -m pip install -U --no-cache-dir \
152
- /tmp/numpy-1.18.5-cp36-cp36m-manylinux2010_x86_64.whl \
153
- /tmp/pandas-1.0.4+4.g29edbab4a-cp36-cp36m-linux_x86_64.whl \
152
+ # /tmp/numpy-1.18.5-cp36-cp36m-manylinux2010_x86_64.whl \
153
+ # /tmp/pandas-1.0.4+4.g29edbab4a-cp36-cp36m-linux_x86_64.whl \
154
154
scikit-learn \
155
155
hypothesis \
156
156
&& \
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -2,7 +2,8 @@ absl-py==0.8.0
2
2
aiohttp == 3.6.2
3
3
aiozmq == 0.9.0
4
4
adanet == 0.9.0
5
- #apache-beam==2.24.0
5
+ apache-beam == 2.24.0
6
+ apache-beam [gcp ]== 2.24.0
6
7
appdirs == 1.4.3
7
8
astor == 0.8.1
8
9
astroid == 2.3.3
@@ -48,17 +49,23 @@ dask==2.9.0
48
49
#dataclasses==0.8
49
50
deap == 1.3.1
50
51
decorator == 4.4.2
52
+ deepmerge == 0.1.0
51
53
defusedxml == 0.6.0
52
54
descartes == 1.1.0
53
55
dill == 0.3.1.1
54
56
distributed == 2.11.0
57
+ docopt == 0.6.0
58
+ dopamine_rl == 3.0.1
55
59
docutils == 0.15.2
56
60
dtreeviz == 0.8.1
57
61
EasyProcess == 0.3
58
62
ecos == 2.0.7.post1
59
63
elegy == 0.1.5
60
64
entrypoints == 0.3
61
65
ephem == 3.7.6.0
66
+ enum34 == 1.1.8
67
+ fasteners == 0.15
68
+ fastavro == 0.21.4
62
69
fastrlock == 0.4
63
70
fbprophet == 0.5
64
71
featuretools == 0.9.1
@@ -72,7 +79,12 @@ gast==0.2.2
72
79
gensim == 3.8.0
73
80
geopandas == 0.5.1
74
81
geoplotlib == 0.3.2
75
- google-auth == 1.18.0
82
+ gin_config == 0.3.0
83
+ google_api_core == 1.23.0
84
+ google-api-core [grpc ]== 1.23.0
85
+ google_api_python_client == 1.12.8
86
+ google-auth == 1.21.1
87
+ google_auth_httplib2 == 0.0.3
76
88
google-auth-oauthlib == 0.4.1
77
89
google-images-download == 2.8.0
78
90
google-pasta == 0.1.8
@@ -88,6 +100,7 @@ idna==2.9
88
100
imageio == 2.8.0
89
101
imbalanced-learn == 0.5.0
90
102
importlib-metadata == 1.5.0
103
+ importlib_resources == 4.1.1
91
104
ipykernel == 5.1.4
92
105
ipyparallel == 6.2.4
93
106
ipython == 7.13.0
@@ -169,6 +182,7 @@ onnx==1.2.2
169
182
opt-einsum == 3.2.0
170
183
osqp == 0.5.0
171
184
packaging == 20.3
185
+ pandas == 1.1.5
172
186
pandasgui == 0.2.7
173
187
pandocfilters == 1.4.2
174
188
parso == 0.7.0
@@ -185,6 +199,7 @@ pluggy==0.12.0
185
199
ply == 3.11
186
200
portpicker == 1.3.1
187
201
progressbar == 2.5
202
+ promise == 2.3
188
203
prometheus-client == 0.7.1
189
204
prompt-toolkit == 3.0.3
190
205
protobuf == 3.12.2
@@ -215,26 +230,30 @@ pynvml==8.0.4
215
230
pyparsing == 2.4.6
216
231
pyproj == 2.5.0
217
232
pyqt5 == 5.15.0
233
+ PyQt5-sip == 12.8.1
218
234
pyrsistent == 0.15.7
219
235
pyshp == 2.1.0
220
236
PySocks == 1.7.1
237
+ pystan == 2.19.1.1
221
238
pytest == 5.4.3
222
239
python-dateutil == 2.8.1
223
240
python-jsonrpc-server == 0.3.4
224
241
python-language-server == 0.33.1
225
242
python-speech-features == 0.6
226
243
PythonWebHDFS == 0.2.3
227
244
pytz == 2019.3
245
+ pyvo == 1.0
228
246
pyvista == 0.24.3
229
247
PyVirtualDisplay == 1.3.2
230
248
PyWavelets == 1.1.1
231
249
PyYAML == 5.3.1
232
250
pyzmq == 19.0.0
251
+ py-cpuinfo == 5.0.0
233
252
qtconsole == 4.7.1
234
253
qgrid == 1.3.1
235
254
QtPy == 1.9.0
236
255
regex == 2020.2.20
237
- requests == 2.23 .0
256
+ requests == 2.24 .0
238
257
requests-oauthlib == 1.3.0
239
258
resampy == 0.2.1
240
259
retrying == 1.3.3
You can’t perform that action at this time.
0 commit comments