Skip to content

Commit 99f65f0

Browse files
authored
Pin scikit-learn-intelex as the newest version breaks (#1199)
http://b/262387811
1 parent 8f7feba commit 99f65f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile.tmpl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,8 @@ RUN pip install ibis-framework && \
218218
RUN pip install scipy && \
219219
pip install scikit-learn && \
220220
# Scikit-learn accelerated library for x86
221-
pip install scikit-learn-intelex && \
221+
# TODO(b/262387811#4) Unpin when the package is fixed.
222+
pip install scikit-learn-intelex==2021.6.3 && \
222223
# HDF5 support
223224
pip install h5py && \
224225
pip install biopython && \

0 commit comments

Comments
 (0)