We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 00d3516 + b85ee23 commit 0c998f3Copy full SHA for 0c998f3
Dockerfile
@@ -404,7 +404,8 @@ RUN pip install flashtext && \
404
pip install shap && \
405
pip install ray && \
406
pip install gym && \
407
- pip install tensorforce && \
+ # b/167220714 unpin once matplotlib >= 3.3 is installed in the base image.
408
+ pip install tensorforce==0.5.5 && \
409
pip install pyarabic && \
410
pip install conx && \
411
pip install pandasql && \
0 commit comments