@@ -191,7 +191,7 @@ RUN JAXVER=$(pip freeze | grep -e "^jax==") && \
191
191
"matplotlib<3.8.0" \
192
192
seaborn \
193
193
python-dateutil dask dask-expr igraph \
194
- pyyaml joblib husl geopy mne pyshp \
194
+ pyyaml joblib geopy mne pyshp \
195
195
pandas \
196
196
polars \
197
197
flax \
@@ -242,7 +242,6 @@ RUN apt-get install -y libfreetype6-dev && \
242
242
wordcloud \
243
243
xgboost \
244
244
pydot \
245
- python-Levenshtein \
246
245
hep_ml && \
247
246
# NLTK Project datasets
248
247
mkdir -p /usr/share/nltk_data && \
@@ -309,8 +308,6 @@ RUN pip install mpld3 \
309
308
arrow \
310
309
nilearn \
311
310
nibabel \
312
- pronouncing \
313
- markovify \
314
311
imgaug \
315
312
preprocessing \
316
313
path.py \
@@ -325,7 +322,6 @@ RUN pip install mpld3 \
325
322
hyperopt \
326
323
fitter \
327
324
langid \
328
- trueskill \
329
325
# Useful data exploration libraries (for missing data and generating reports)
330
326
missingno \
331
327
pandas-profiling \
@@ -349,7 +345,6 @@ RUN pip install mpld3 \
349
345
SimpleITK \
350
346
hmmlearn \
351
347
gplearn \
352
- PyAstronomy \
353
348
squarify \
354
349
fuzzywuzzy \
355
350
python-louvain \
@@ -379,19 +374,16 @@ RUN pip install mpld3 \
379
374
kaggle \
380
375
kagglehub \
381
376
google-generativeai \
382
- mock \
383
377
pytest && \
384
378
/tmp/clean-layer.sh
385
379
386
380
RUN rm -rf /opt/conda/lib/python3.10/site-packages/numpy-1.23.5.dist-info*
387
- RUN pip install tensorpack && \
388
- # Add google PAIR-code Facets
389
- cd /opt/ && git clone https://github.com/PAIR-code/facets && cd facets/ && jupyter nbextension install facets-dist/ --user && \
381
+ # Add google PAIR-code Facets
382
+ RUN cd /opt/ && git clone https://github.com/PAIR-code/facets && cd facets/ && jupyter nbextension install facets-dist/ --user && \
390
383
export PYTHONPATH=$PYTHONPATH:/opt/facets/facets_overview/python/ && \
391
384
pip install kmodes --no-dependencies && \
392
385
pip install librosa \
393
386
polyglot \
394
- mmh3 \
395
387
sentencepiece \
396
388
cufflinks \
397
389
lime \
@@ -606,8 +598,7 @@ RUN apt-get install tesseract-ocr -y && \
606
598
pip install pytesseract \
607
599
wand \
608
600
pdf2image \
609
- PyPDF \
610
- pyocr && \
601
+ PyPDF && \
611
602
/tmp/clean-layer.sh
612
603
ENV TESSERACT_PATH=/usr/bin/tesseract
613
604
0 commit comments