File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff 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,14 @@ 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
407399RUN pip install cython \
408400 cysignals \
409- pyfasttext \
410401 fasttext && \
411402 apt-get install -y libhunspell-dev && pip install hunspell
412403RUN pip install annoy \
@@ -530,7 +521,6 @@ RUN pip install flashtext \
530521 # b/214080882 blake3 0.3.0 is not compatible with vaex.
531522 blake3==0.2.1 \
532523 vaex \
533- marisa-trie \
534524 pyemd \
535525 pyupset \
536526 pympler \
You can’t perform that action at this time.
0 commit comments