Skip to content

Commit 1a3f591

Browse files
authored
Fix eli5 import
eli5 will not import successfully with learntools 1.3 right now, pinning learntools back until these two are compatible http://b/302136621
1 parent c2cfca9 commit 1a3f591

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
@@ -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)