Skip to content

Commit c9fd0b7

Browse files
authored
Merge pull request #1307 from Kaggle/fix-eli5
Fix eli5 import
2 parents c2cfca9 + 1a3f591 commit c9fd0b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile.tmpl

+2-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,8 @@ RUN pip install ibis-framework && \
240240
/tmp/clean-layer.sh
241241

242242
RUN pip install scipy \
243-
scikit-learn \
243+
# b/302136621 Fix eli5 import for learntools
244+
"scikit-learn<1.3" \
244245
# Scikit-learn accelerated library for x86
245246
scikit-learn-intelex>=2023.0.1 \
246247
# HDF5 support

0 commit comments

Comments
 (0)