Skip to content

Commit

Permalink
Add networkx to build (Qiskit#1155)
Browse files Browse the repository at this point in the history
  • Loading branch information
nonhermitian authored Apr 2, 2021
1 parent 89bea19 commit b71ff99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ steps:
python -m pip install --upgrade pip setuptools wheel virtualenv
virtualenv /tmp/docs_build
source /tmp/docs_build/bin/activate
pip install -c constraints.txt -U qiskit jupyter sphinx nbsphinx sphinx_rtd_theme
pip install -c constraints.txt -U qiskit jupyter sphinx nbsphinx sphinx_rtd_theme networkx
pip install -c constraints.txt 'matplotlib<3.3'
pip install -c constraints.txt -U qiskit[visualization] cvxpy
pip install -c constraints.txt pyscf
Expand Down

0 comments on commit b71ff99

Please sign in to comment.