Skip to content

Commit bacb6e6

Browse files
authored
Merge pull request #1373 from Kaggle/thanos-snap-pt1
Unused Package Removal pt 1
2 parents f35ab37 + 7d4b0da commit bacb6e6

File tree

2 files changed

+1
-21
lines changed

2 files changed

+1
-21
lines changed

Dockerfile.tmpl

+1-12
Original file line numberDiff line numberDiff line change
@@ -274,14 +274,11 @@ RUN pip install scipy \
274274
scikit-learn-intelex>=2023.0.1 \
275275
# HDF5 support
276276
h5py \
277-
biopython \
278277
# PUDB, for local debugging convenience
279278
pudb \
280279
imbalanced-learn \
281280
# Profiling and other utilities
282281
line_profiler \
283-
orderedmultidict \
284-
smhasher \
285282
bokeh \
286283
numba \
287284
datashader \
@@ -326,9 +323,7 @@ RUN pip install mpld3 \
326323
hyperopt \
327324
fitter \
328325
langid \
329-
# Delorean. Useful for dealing with datetime
330-
delorean \
331-
trueskill \
326+
trueskill \
332327
# Useful data exploration libraries (for missing data and generating reports)
333328
missingno \
334329
pandas-profiling \
@@ -351,7 +346,6 @@ RUN pip install mpld3 \
351346
wavio \
352347
SimpleITK \
353348
hmmlearn \
354-
bayespy \
355349
gplearn \
356350
PyAstronomy \
357351
squarify \
@@ -396,17 +390,13 @@ RUN pip install tensorpack && \
396390
pip install librosa \
397391
polyglot \
398392
mmh3 \
399-
fbpca \
400393
sentencepiece \
401394
cufflinks \
402395
lime \
403396
memory_profiler && \
404397
/tmp/clean-layer.sh
405398

406-
# install cython & cysignals before pyfasttext
407399
RUN pip install cython \
408-
cysignals \
409-
pyfasttext \
410400
fasttext && \
411401
apt-get install -y libhunspell-dev && pip install hunspell
412402
RUN pip install annoy \
@@ -530,7 +520,6 @@ RUN pip install flashtext \
530520
# b/214080882 blake3 0.3.0 is not compatible with vaex.
531521
blake3==0.2.1 \
532522
vaex \
533-
marisa-trie \
534523
pyemd \
535524
pyupset \
536525
pympler \

tests/test_pyfasttext.py

-9
This file was deleted.

0 commit comments

Comments
 (0)