Skip to content

Commit

Permalink
Merge pull request #159 from rigetticomputing/fix_semaphore
Browse files Browse the repository at this point in the history
Fix cvxpy version so semaphore passes
  • Loading branch information
stevenheidel committed May 29, 2018
2 parents 26ae363 + 2404470 commit 276156a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ commands=
pip install cython==0.24.1
pip install qutip==4.1
pip install scs==1.2.6
pip install cvxpy
pip install cvxpy==0.4.11

# backend that works without X running
echo "backend : Agg" > ~/.config/matplotlib/matplotlibrc
Expand Down

0 comments on commit 276156a

Please sign in to comment.