# Third-party integration.
qiskit~=0.37.1
pyquil~=3.2.1
pennylane-qiskit~=0.24.0
pennylane~=0.24.0
amazon-braket-sdk~=1.28.1

# Unit tests, coverage, and formatting/style.
pytest-xdist[psutil]~=2.5.0
pytest-cov~=3.0.0
flake8~=5.0.4
black~=22.6
mypy~=0.971

# Documentation and examples.
sphinxcontrib-bibtex~=2.4.2
sphinx-copybutton~=0.4.0
sphinx-autodoc-typehints~=1.12.0
myst-nb~=0.12.3
pydata-sphinx-theme~=0.8.1
jupytext==1.11.1
sphinx-gallery
nbsphinx
openfermion==1.5.1; sys_platform != 'win32'
openfermionpyscf==0.5; sys_platform != 'win32'

# The following seems to be necessary for sphinx to run.
jinja2~=3.0.3
