Skip to content

Commit

Permalink
Merge pull request #33 from cvxgrp/numpy-import-error
Browse files Browse the repository at this point in the history
Install numpy, scipy before scs, cvxpy
  • Loading branch information
sbarratt authored Apr 10, 2020
2 parents 5dfc071 + f105338 commit 83080bc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ before_install:

install:
- pip install --upgrade pip
- pip install nose cvxpy scs numpy scipy
- pip install --upgrade numpy
- pip install nose scipy scs cvxpy
- pip install .

script:
Expand All @@ -40,4 +41,4 @@ script:
notifications:
email:
- stbarratt@gmail.com
- akshaykagrawal7@gmail.com
- akshaykagrawal7@gmail.com

0 comments on commit 83080bc

Please sign in to comment.