File tree 2 files changed +1
-21
lines changed
2 files changed +1
-21
lines changed Original file line number Diff line number Diff line change @@ -274,14 +274,11 @@ RUN pip install scipy \
274
274
scikit-learn-intelex>=2023.0.1 \
275
275
# HDF5 support
276
276
h5py \
277
- biopython \
278
277
# PUDB, for local debugging convenience
279
278
pudb \
280
279
imbalanced-learn \
281
280
# Profiling and other utilities
282
281
line_profiler \
283
- orderedmultidict \
284
- smhasher \
285
282
bokeh \
286
283
numba \
287
284
datashader \
@@ -326,9 +323,7 @@ RUN pip install mpld3 \
326
323
hyperopt \
327
324
fitter \
328
325
langid \
329
- # Delorean. Useful for dealing with datetime
330
- delorean \
331
- trueskill \
326
+ trueskill \
332
327
# Useful data exploration libraries (for missing data and generating reports)
333
328
missingno \
334
329
pandas-profiling \
@@ -351,7 +346,6 @@ RUN pip install mpld3 \
351
346
wavio \
352
347
SimpleITK \
353
348
hmmlearn \
354
- bayespy \
355
349
gplearn \
356
350
PyAstronomy \
357
351
squarify \
@@ -396,17 +390,13 @@ RUN pip install tensorpack && \
396
390
pip install librosa \
397
391
polyglot \
398
392
mmh3 \
399
- fbpca \
400
393
sentencepiece \
401
394
cufflinks \
402
395
lime \
403
396
memory_profiler && \
404
397
/tmp/clean-layer.sh
405
398
406
- # install cython & cysignals before pyfasttext
407
399
RUN pip install cython \
408
- cysignals \
409
- pyfasttext \
410
400
fasttext && \
411
401
apt-get install -y libhunspell-dev && pip install hunspell
412
402
RUN pip install annoy \
@@ -530,7 +520,6 @@ RUN pip install flashtext \
530
520
# b/214080882 blake3 0.3.0 is not compatible with vaex.
531
521
blake3==0.2.1 \
532
522
vaex \
533
- marisa-trie \
534
523
pyemd \
535
524
pyupset \
536
525
pympler \
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments