Skip to content

Commit

Permalink
Unblock docs publish job
Browse files Browse the repository at this point in the history
In the recent ignis 0.3.2 (and 0.3.1, but that had other bugs) release a
bug slipped in that crashes ignis if cvxpy is not installed. This is
causing the docs jobs to fail to build any documentation that ends up
importing process tomography (see qiskit-community/qiskit-ignis#429). This commit
explicitly adds cvxpy to the docs jobs to unblock them so we upload
complete documentation. An ignis bugfix release 0.3.3 will be out soon
to fix the ignis bug, but until then this will fix the hosted
documentation.
  • Loading branch information
mtreinish committed Jun 19, 2020
1 parent bfdb513 commit 130552e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ ipywidgets>=7.3.
pillow>=4.2.1
seaborn>=0.9.0
nbsphinx
cvxpy<1.1.0

0 comments on commit 130552e

Please sign in to comment.