@@ -260,85 +260,85 @@ RUN apt-get install -y libgl1-mesa-glx && \
260
260
pip install xvfbwrapper && \
261
261
/tmp/clean-layer.sh
262
262
263
- RUN pip install mpld3 && \
264
- pip install gpxpy && \
265
- pip install arrow && \
266
- pip install nilearn && \
267
- pip install nibabel && \
268
- pip install pronouncing && \
269
- pip install markovify && \
270
- pip install imgaug && \
271
- pip install preprocessing && \
272
- pip install path.py && \
273
- pip install Geohash && \
263
+ RUN pip install mpld3 \
264
+ gpxpy \
265
+ arrow \
266
+ nilearn \
267
+ nibabel \
268
+ pronouncing \
269
+ markovify \
270
+ imgaug \
271
+ preprocessing \
272
+ path.py \
273
+ Geohash && \
274
274
# https://github.com/vinsci/geohash/issues/4
275
275
sed -i -- 's/geohash/.geohash/g' /opt/conda/lib/python3.7/site-packages/Geohash/__init__.py && \
276
- pip install deap && \
277
- pip install tpot && \
278
- pip install scikit-optimize && \
279
- pip install haversine && \
280
- pip install toolz cytoolz && \
281
- pip install plotly && \
282
- pip install hyperopt && \
283
- pip install fitter && \
284
- pip install langid && \
285
- # Delorean. Useful for dealing with datetime
286
- pip install delorean && \
287
- pip install trueskill && \
288
- # Useful data exploration libraries (for missing data and generating reports)
289
- pip install missingno && \
290
- pip install pandas-profiling && \
291
- pip install s2sphere && \
292
- pip install bayesian-optimization && \
293
- pip install matplotlib-venn && \
294
- # b/184083722 pyldavis >= 3.3 requires numpy >= 1.20.0 but TensorFlow 2.4.1 / 2.5.0 requires 1.19.2
295
- pip install pyldavis==3.2.2 && \
296
- pip install mlxtend && \
297
- pip install altair && \
298
- pip install ImageHash && \
299
- pip install ecos && \
300
- pip install CVXcanon && \
301
- pip install pymc3 && \
302
- pip install imagecodecs && \
303
- pip install tifffile && \
304
- pip install spectral && \
305
- pip install descartes && \
306
- pip install geojson && \
307
- pip install pydicom && \
308
- pip install wavio && \
309
- pip install SimpleITK && \
310
- pip install hmmlearn && \
311
- pip install bayespy && \
312
- pip install gplearn && \
313
- pip install PyAstronomy && \
314
- pip install squarify && \
315
- pip install fuzzywuzzy && \
316
- pip install python-louvain && \
317
- pip install pyexcel-ods && \
318
- pip install sklearn-pandas && \
319
- pip install stemming && \
320
- # b/266272046 prophet 1.1.2 breaks the test
321
- pip install prophet==1.1.1 && \
322
- pip install holoviews && \
323
- pip install geoviews && \
324
- pip install hypertools && \
325
- pip install py_stringsimjoin && \
326
- pip install mlens && \
327
- pip install scikit-multilearn && \
328
- pip install cleverhans && \
329
- pip install leven && \
330
- pip install catboost && \
331
- pip install lightfm && \
332
- pip install folium && \
333
- pip install scikit-plot && \
334
- pip install fury dipy && \
335
- pip install plotnine && \
336
- pip install scikit-surprise && \
337
- pip install pymongo && \
338
- pip install geoplot && \
339
- pip install eli5 && \
340
- pip install kaggle && \
341
- pip install mock && \
276
+ pip install deap \
277
+ tpot \
278
+ scikit-optimize \
279
+ haversine \
280
+ toolz cytoolz \
281
+ plotly \
282
+ hyperopt \
283
+ fitter \
284
+ langid \
285
+ # Delorean. Useful for dealing with datetime
286
+ delorean \
287
+ trueskill \
288
+ # Useful data exploration libraries (for missing data and generating reports)
289
+ missingno \
290
+ pandas-profiling \
291
+ s2sphere \
292
+ bayesian-optimization \
293
+ matplotlib-venn \
294
+ # b/184083722 pyldavis >= 3.3 requires numpy >= 1.20.0 but TensorFlow 2.4.1 / 2.5.0 requires 1.19.2
295
+ pyldavis==3.2.2 \
296
+ mlxtend \
297
+ altair \
298
+ ImageHash \
299
+ ecos \
300
+ CVXcanon \
301
+ pymc3 \
302
+ imagecodecs \
303
+ tifffile \
304
+ spectral \
305
+ descartes \
306
+ geojson \
307
+ pydicom \
308
+ wavio \
309
+ SimpleITK \
310
+ hmmlearn \
311
+ bayespy \
312
+ gplearn \
313
+ PyAstronomy \
314
+ squarify \
315
+ fuzzywuzzy \
316
+ python-louvain \
317
+ pyexcel-ods \
318
+ sklearn-pandas \
319
+ stemming \
320
+ # b/266272046 prophet 1.1.2 breaks the test
321
+ prophet==1.1.1 \
322
+ holoviews \
323
+ geoviews \
324
+ hypertools \
325
+ py_stringsimjoin \
326
+ mlens \
327
+ scikit-multilearn \
328
+ cleverhans \
329
+ leven \
330
+ catboost \
331
+ lightfm \
332
+ folium \
333
+ scikit-plot \
334
+ fury dipy \
335
+ plotnine \
336
+ scikit-surprise \
337
+ pymongo \
338
+ geoplot \
339
+ eli5 \
340
+ kaggle \
341
+ mock && \
342
342
/tmp/clean-layer.sh
343
343
344
344
RUN pip install tensorpack && \
0 commit comments