Skip to content

Commit f7d271a

Browse files
authored
Remove pin on scikit-learn (#1111)
A new version of `hep-ml` was released on September 10, 2021 which supports scikit-learn 0.24.x
1 parent a41dd6e commit f7d271a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile.tmpl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,7 @@ RUN pip install ibis-framework && \
189189
/tmp/clean-layer.sh
190190

191191
RUN pip install scipy && \
192-
# b/176817038 avoid upgrade to 0.24 which is causing issues with hep-ml package.
193-
pip install scikit-learn==0.23.2 && \
192+
pip install scikit-learn && \
194193
# HDF5 support
195194
pip install h5py && \
196195
pip install biopython && \

0 commit comments

Comments
 (0)