Skip to content

Commit

Permalink
Pin scikit-learn to 0.23.2
Browse files Browse the repository at this point in the history
The new 0.24.0 version has been released on Dec 23 but isn't compatible
with several of our packages including hep-ml.

BUG=176817038
  • Loading branch information
rosbo committed Jan 5, 2021
1 parent 915befa commit dd0914d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ RUN pip install ibis-framework && \
pip install gluoncv && \
/tmp/clean-layer.sh

# scikit-learn dependencies
RUN pip install scipy && \
pip install scikit-learn && \
# b/176817038 avoid upgrade to 0.24 which is causing issues with hep-ml package.
pip install scikit-learn==0.23.2 && \
# HDF5 support
pip install h5py && \
pip install biopython && \
Expand Down

0 comments on commit dd0914d

Please sign in to comment.