File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ RUN JAXVER=$(pip freeze | grep -e "^jax==") && \
190
190
pip install --upgrade \
191
191
"matplotlib<3.8.0" \
192
192
seaborn \
193
- python-dateutil dask igraph \
193
+ python-dateutil dask dask-expr igraph \
194
194
pyyaml joblib husl geopy mne pyshp \
195
195
pandas \
196
196
polars \
@@ -269,8 +269,6 @@ RUN pip install opencv-contrib-python opencv-python && \
269
269
/tmp/clean-layer.sh
270
270
271
271
RUN pip install scipy \
272
- # b/302136621 Fix eli5 import for learntools
273
- "scikit-learn<1.3" \
274
272
# Scikit-learn accelerated library for x86
275
273
scikit-learn-intelex>=2023.0.1 \
276
274
# HDF5 support
@@ -318,7 +316,8 @@ RUN pip install mpld3 \
318
316
path.py \
319
317
Geohash && \
320
318
pip install deap \
321
- tpot \
319
+ # b/302136621 Fix eli5 import for learntools, newer version require scikit-learn > 1.3
320
+ "tpot==0.12.1" \
322
321
scikit-optimize \
323
322
haversine \
324
323
toolz cytoolz \
@@ -537,19 +536,21 @@ RUN pip install flashtext \
537
536
s3fs \
538
537
featuretools \
539
538
#-e git+https://github.com/SohierDane/BigQuery_Helper#egg=bq_helper \
540
- hpsklearn \
541
539
git+https://github.com/Kaggle/learntools \
542
- kmapper \
543
- shap \
544
540
ray \
545
541
gym \
546
542
pyarabic \
547
543
pandasql \
544
+ # b/302136621 Fix eli5 import for learntools
545
+ scikit-learn==1.2.2 \
546
+ hpsklearn \
547
+ kmapper \
548
+ shap \
549
+ cesium \
550
+ rgf_python \
548
551
jieba \
549
552
# ggplot is broken and main repo does not merge and release https://github.com/yhat/ggpy/pull/668
550
553
https://github.com/hbasria/ggpy/archive/0.11.5.zip \
551
- cesium \
552
- rgf_python \
553
554
tsfresh \
554
555
pykalman \
555
556
optuna \
You can’t perform that action at this time.
0 commit comments