Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.