@@ -305,7 +305,6 @@ RUN pip install mpld3 \
305
305
nilearn \
306
306
nibabel \
307
307
imgaug \
308
- preprocessing \
309
308
path.py \
310
309
Geohash && \
311
310
pip install deap \
@@ -322,7 +321,6 @@ RUN pip install mpld3 \
322
321
missingno \
323
322
pandas-profiling \
324
323
s2sphere \
325
- bayesian-optimization \
326
324
matplotlib-venn \
327
325
pyldavis \
328
326
mlxtend \
@@ -340,7 +338,6 @@ RUN pip install mpld3 \
340
338
wavio \
341
339
SimpleITK \
342
340
hmmlearn \
343
- gplearn \
344
341
squarify \
345
342
fuzzywuzzy \
346
343
python-louvain \
@@ -354,7 +351,6 @@ RUN pip install mpld3 \
354
351
holoviews \
355
352
geoviews \
356
353
hypertools \
357
- mlens \
358
354
scikit-multilearn \
359
355
cleverhans \
360
356
leven \
@@ -365,7 +361,6 @@ RUN pip install mpld3 \
365
361
plotnine \
366
362
scikit-surprise \
367
363
pymongo \
368
- geoplot \
369
364
eli5 \
370
365
kaggle \
371
366
kagglehub \
@@ -377,9 +372,7 @@ RUN rm -rf /opt/conda/lib/python3.10/site-packages/numpy-1.23.5.dist-info*
377
372
# Add google PAIR-code Facets
378
373
RUN cd /opt/ && git clone https://github.com/PAIR-code/facets && cd facets/ && jupyter nbextension install facets-dist/ --user && \
379
374
export PYTHONPATH=$PYTHONPATH:/opt/facets/facets_overview/python/ && \
380
- pip install kmodes --no-dependencies && \
381
375
pip install librosa \
382
- polyglot \
383
376
sentencepiece \
384
377
cufflinks \
385
378
lime \
@@ -416,7 +409,6 @@ RUN pip install annoy \
416
409
# Add Japanese morphological analysis engine
417
410
janome \
418
411
wfdb \
419
- vecstack \
420
412
# yellowbrick machine learning visualization library
421
413
yellowbrick \
422
414
mlcrate && \
@@ -529,10 +521,7 @@ RUN pip install flashtext \
529
521
cesium \
530
522
rgf_python \
531
523
jieba \
532
- # ggplot is broken and main repo does not merge and release https://github.com/yhat/ggpy/pull/668
533
- https://github.com/hbasria/ggpy/archive/0.11.5.zip \
534
524
tsfresh \
535
- pykalman \
536
525
optuna \
537
526
plotly_express \
538
527
albumentations \
@@ -554,7 +543,6 @@ RUN pip install pytorch-ignite \
554
543
kaggle-environments \
555
544
geopandas \
556
545
"shapely<2" \
557
- vowpalwabbit \
558
546
pydub \
559
547
pydegensac \
560
548
torchmetrics \
@@ -564,7 +552,6 @@ RUN pip install pytorch-ignite \
564
552
flask \
565
553
# pycrypto is used by competitions team.
566
554
pycryptodome \
567
- easyocr \
568
555
# ipympl adds interactive widget support for matplotlib
569
556
ipympl==0.7.0 \
570
557
onnx \
0 commit comments