Skip to content

Commit fb649f4

Browse files
committed
remove unused packages pt. 3
1 parent e8debf2 commit fb649f4

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

Dockerfile.tmpl

-13
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,6 @@ RUN pip install mpld3 \
305305
nilearn \
306306
nibabel \
307307
imgaug \
308-
preprocessing \
309308
path.py \
310309
Geohash && \
311310
pip install deap \
@@ -322,7 +321,6 @@ RUN pip install mpld3 \
322321
missingno \
323322
pandas-profiling \
324323
s2sphere \
325-
bayesian-optimization \
326324
matplotlib-venn \
327325
pyldavis \
328326
mlxtend \
@@ -340,7 +338,6 @@ RUN pip install mpld3 \
340338
wavio \
341339
SimpleITK \
342340
hmmlearn \
343-
gplearn \
344341
squarify \
345342
fuzzywuzzy \
346343
python-louvain \
@@ -354,7 +351,6 @@ RUN pip install mpld3 \
354351
holoviews \
355352
geoviews \
356353
hypertools \
357-
mlens \
358354
scikit-multilearn \
359355
cleverhans \
360356
leven \
@@ -365,7 +361,6 @@ RUN pip install mpld3 \
365361
plotnine \
366362
scikit-surprise \
367363
pymongo \
368-
geoplot \
369364
eli5 \
370365
kaggle \
371366
kagglehub \
@@ -377,9 +372,7 @@ RUN rm -rf /opt/conda/lib/python3.10/site-packages/numpy-1.23.5.dist-info*
377372
# Add google PAIR-code Facets
378373
RUN cd /opt/ && git clone https://github.com/PAIR-code/facets && cd facets/ && jupyter nbextension install facets-dist/ --user && \
379374
export PYTHONPATH=$PYTHONPATH:/opt/facets/facets_overview/python/ && \
380-
pip install kmodes --no-dependencies && \
381375
pip install librosa \
382-
polyglot \
383376
sentencepiece \
384377
cufflinks \
385378
lime \
@@ -416,7 +409,6 @@ RUN pip install annoy \
416409
# Add Japanese morphological analysis engine
417410
janome \
418411
wfdb \
419-
vecstack \
420412
# yellowbrick machine learning visualization library
421413
yellowbrick \
422414
mlcrate && \
@@ -529,10 +521,7 @@ RUN pip install flashtext \
529521
cesium \
530522
rgf_python \
531523
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 \
534524
tsfresh \
535-
pykalman \
536525
optuna \
537526
plotly_express \
538527
albumentations \
@@ -554,7 +543,6 @@ RUN pip install pytorch-ignite \
554543
kaggle-environments \
555544
geopandas \
556545
"shapely<2" \
557-
vowpalwabbit \
558546
pydub \
559547
pydegensac \
560548
torchmetrics \
@@ -564,7 +552,6 @@ RUN pip install pytorch-ignite \
564552
flask \
565553
# pycrypto is used by competitions team.
566554
pycryptodome \
567-
easyocr \
568555
# ipympl adds interactive widget support for matplotlib
569556
ipympl==0.7.0 \
570557
onnx \

0 commit comments

Comments
 (0)