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 8c40f18 commit 2dbd486Copy full SHA for 2dbd486
Dockerfile
@@ -194,7 +194,8 @@ RUN pip install mpld3 && \
194
pip install CVXcanon && \
195
# b/179264579 cvxpy 1.1.8 requires numpy >= 1.20
196
pip install cvxpy==1.1.7 && \
197
- pip install fancyimpute && \
+ # b/184083722 remove pin after upgrading to TensorFlow 2.5
198
+ pip install fancyimpute==0.5.5 && \
199
pip install pymc3 && \
200
pip install imagecodecs && \
201
pip install tifffile && \
0 commit comments