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 d64fef4 commit 39b53d2Copy full SHA for 39b53d2
Dockerfile
@@ -188,6 +188,8 @@ RUN pip install mpld3 && \
188
pip install ImageHash && \
189
pip install ecos && \
190
pip install CVXcanon && \
191
+ # b/179264579 cvxpy 1.1.8 requires numpy >= 1.20
192
+ pip install cvxpy==1.1.7 && \
193
pip install fancyimpute && \
194
pip install pymc3 && \
195
pip install imagecodecs && \
0 commit comments