Skip to content

Commit da42813

Browse files
authored
Remove incompatible ktext package
1 parent 045c12e commit da42813

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,10 @@ RUN pip install kmeans-smote --no-dependencies && \
333333
RUN pip install --upgrade cython && \
334334
pip install --upgrade cysignals && \
335335
pip install pyfasttext && \
336-
pip install ktext && \
336+
# ktext has an explicit dependency on Keras 2.2.4 which is not
337+
# compatible with TensorFlow 2.0 (support was added in Keras 2.3.0).
338+
# Add the package back once it is fixed upstream.
339+
# pip install ktext && \
337340
pip install fasttext && \
338341
apt-get install -y libhunspell-dev && pip install hunspell && \
339342
# b/138723119: annoy's latest version 1.16 was failing

0 commit comments

Comments
 (0)