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 d43cd19 commit 3c891feCopy full SHA for 3c891fe
.travis.yml
@@ -19,9 +19,11 @@ install:
19
- conda install scipy
20
- conda install matplotlib
21
- conda install pandas
22
- - pip install cvxpy
23
- - conda install -y -c cvxgrp cvxpy
24
- - conda install -y -c anaconda cvxopt
+ - conda install -c conda-forge lapack
+ - conda install -c cvxgrp cvxpy
+ #- pip install cvxpy
25
+ #- conda install -y -c cvxgrp cvxpy
26
+ #- conda install -y -c anaconda cvxopt
27
28
script:
29
- python --version
0 commit comments