Skip to content

Commit 39b53d2

Browse files
authored
Pin cvxpy to 1.1.7 (#955)
1.1.8 is incompatible with our version of numpy. http://b/179264579
1 parent d64fef4 commit 39b53d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,8 @@ RUN pip install mpld3 && \
188188
pip install ImageHash && \
189189
pip install ecos && \
190190
pip install CVXcanon && \
191+
# b/179264579 cvxpy 1.1.8 requires numpy >= 1.20
192+
pip install cvxpy==1.1.7 && \
191193
pip install fancyimpute && \
192194
pip install pymc3 && \
193195
pip install imagecodecs && \

0 commit comments

Comments
 (0)