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.
1 parent 00d3516 commit b85ee23Copy full SHA for b85ee23
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