Skip to content

Commit b85ee23

Browse files
committed
Pin tensorforce to avoid matplotlib upgrade
BUG=167220714
1 parent 00d3516 commit b85ee23

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)