Skip to content

Commit 0c998f3

Browse files
authored
Merge pull request #869 from Kaggle/pin-tensorforce
Pin tensorforce to prevent matplotlib upgrade
2 parents 00d3516 + b85ee23 commit 0c998f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,8 @@ RUN pip install flashtext && \
404404
pip install shap && \
405405
pip install ray && \
406406
pip install gym && \
407-
pip install tensorforce && \
407+
# b/167220714 unpin once matplotlib >= 3.3 is installed in the base image.
408+
pip install tensorforce==0.5.5 && \
408409
pip install pyarabic && \
409410
pip install conx && \
410411
pip install pandasql && \

0 commit comments

Comments
 (0)