Skip to content

Commit 6cd8466

Browse files
authored
Removing fancyimpute (#1042)
* Removing fancyimpute This package is in "bare maintenance" mode and rarely used on Kaggle. `cvxpy` was only used by the `fancyimpute` package. * pyldavis >= 3.3 requires numpy >= 1.20.0 but TensorFlow 2.4.1 / 2.5.0 requires 1.19.2
1 parent 882546e commit 6cd8466

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Dockerfile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -174,18 +174,15 @@ RUN pip install mpld3 && \
174174
pip install s2sphere && \
175175
pip install bayesian-optimization && \
176176
pip install matplotlib-venn && \
177-
pip install pyldavis && \
177+
# b/184083722 pyldavis >= 3.3 requires numpy >= 1.20.0 but TensorFlow 2.4.1 / 2.5.0 requires 1.19.2
178+
pip install pyldavis==3.2.2 && \
178179
pip install mlxtend && \
179180
pip install altair && \
180181
# b/183944405 pystan 3.x is not compatible with fbprophet.
181182
pip install pystan==2.19.1.1 && \
182183
pip install ImageHash && \
183184
pip install ecos && \
184185
pip install CVXcanon && \
185-
# b/179264579 cvxpy 1.1.8 requires numpy >= 1.20
186-
pip install cvxpy==1.1.7 && \
187-
# b/184083722 remove pin after upgrading to TensorFlow 2.5
188-
pip install fancyimpute==0.5.5 && \
189186
pip install pymc3 && \
190187
pip install imagecodecs && \
191188
pip install tifffile && \

0 commit comments

Comments
 (0)