@@ -196,7 +196,7 @@ RUN pip install mpld3 && \
196196 pip install missingno && \
197197 pip install pandas-profiling && \
198198 pip install s2sphere && \
199- pip install git+https://github.com/fmfn/BayesianOptimization.git && \
199+ pip install bayesian-optimization && \
200200 pip install matplotlib-venn && \
201201 pip install pyldavis && \
202202 pip install mlxtend && \
@@ -283,8 +283,7 @@ RUN pip install --upgrade cython && \
283283 pip install fasttext && \
284284 apt-get install -y libhunspell-dev && pip install hunspell && \
285285 pip install annoy && \
286- # Need to use CountEncoder from category_encoders before it's officially released
287- pip install git+https://github.com/scikit-learn-contrib/categorical-encoding.git && \
286+ pip install category_encoders && \
288287 # google-cloud-automl 2.0.0 introduced incompatible API changes, need to pin to 1.0.1
289288 pip install google-cloud-automl==1.0.1 && \
290289 # Newer version crashes (latest = 1.14.0) when running tensorflow.
@@ -347,8 +346,7 @@ RUN pip install bcolz && \
347346 pip install --upgrade Pillow && \
348347 # Install openslide and its python binding
349348 apt-get install -y openslide-tools && \
350- # b/152402322 install latest from pip once is in: https://github.com/openslide/openslide-python/pull/76
351- pip install git+git://github.com/rosbo/openslide-python.git@fix-setup && \
349+ pip install openslide-python && \
352350 pip install ptyprocess && \
353351 pip install Pygments && \
354352 pip install pyparsing && \
0 commit comments