Skip to content

Commit c28b78a

Browse files
committed
[ci] use old cvxpy version 1.5.4 in Jenkins due to scipy version req
1 parent 4b9f7f9 commit c28b78a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN git clone https://github.com/HugoStrand/pyed $SRC/pyed
1717
ENV PYTHONPATH=$SRC/pyed:$PYTHONPATH
1818

1919
# Install cvxpy
20-
RUN pip install --no-cache-dir --break-system-packages cvxpy
20+
RUN pip install --no-cache-dir --break-system-packages cvxpy==1.5.4
2121

2222
# Install adapol
2323
RUN git clone https://github.com/flatironinstitute/adapol.git $SRC/adapol --branch main

0 commit comments

Comments
 (0)