From d51901c632a527f437344595c639d7cc56428ffd Mon Sep 17 00:00:00 2001 From: Paul Nation Date: Fri, 2 Apr 2021 13:49:27 -0400 Subject: [PATCH] Add networkx to build (#1155) (cherry picked from commit b71ff99686df5a6a3a6cc493bbf2a733bc0581ab) --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d9ff8ac0f..541550cd9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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