Skip to content
This repository was archived by the owner on Aug 21, 2023. It is now read-only.

Commit c216e3f

Browse files
authored
Add optional pip install for pyscf which is required for qiskit chemistry (#1001)
1 parent 18006a7 commit c216e3f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ steps:
3939
pip install -U qiskit jupyter sphinx nbsphinx sphinx_rtd_theme
4040
pip install 'matplotlib<3.3'
4141
pip install -U qiskit[visualization] cvxpy
42+
pip install pyscf
4243
sudo apt-get install -y pandoc graphviz
4344
displayName: 'Install dependencies'
4445
- bash: |

0 commit comments

Comments
 (0)