Skip to content

Commit

Permalink
Merge pull request #1373 from Kaggle/thanos-snap-pt1
Browse files Browse the repository at this point in the history
Unused Package Removal pt 1
  • Loading branch information
calderjo authored Mar 18, 2024
2 parents f35ab37 + 7d4b0da commit bacb6e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
13 changes: 1 addition & 12 deletions Dockerfile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -274,14 +274,11 @@ RUN pip install scipy \
scikit-learn-intelex>=2023.0.1 \
# HDF5 support
h5py \
biopython \
# PUDB, for local debugging convenience
pudb \
imbalanced-learn \
# Profiling and other utilities
line_profiler \
orderedmultidict \
smhasher \
bokeh \
numba \
datashader \
Expand Down Expand Up @@ -326,9 +323,7 @@ RUN pip install mpld3 \
hyperopt \
fitter \
langid \
# Delorean. Useful for dealing with datetime
delorean \
trueskill \
trueskill \
# Useful data exploration libraries (for missing data and generating reports)
missingno \
pandas-profiling \
Expand All @@ -351,7 +346,6 @@ RUN pip install mpld3 \
wavio \
SimpleITK \
hmmlearn \
bayespy \
gplearn \
PyAstronomy \
squarify \
Expand Down Expand Up @@ -396,17 +390,13 @@ RUN pip install tensorpack && \
pip install librosa \
polyglot \
mmh3 \
fbpca \
sentencepiece \
cufflinks \
lime \
memory_profiler && \
/tmp/clean-layer.sh

# install cython & cysignals before pyfasttext
RUN pip install cython \
cysignals \
pyfasttext \
fasttext && \
apt-get install -y libhunspell-dev && pip install hunspell
RUN pip install annoy \
Expand Down Expand Up @@ -530,7 +520,6 @@ RUN pip install flashtext \
# b/214080882 blake3 0.3.0 is not compatible with vaex.
blake3==0.2.1 \
vaex \
marisa-trie \
pyemd \
pyupset \
pympler \
Expand Down
9 changes: 0 additions & 9 deletions tests/test_pyfasttext.py

This file was deleted.

0 comments on commit bacb6e6

Please sign in to comment.