# Third-party integration.
qiskit~=0.37.2
pyquil~=3.3.0
pennylane-qiskit~=0.24.0
pennylane~=0.25.1
amazon-braket-sdk~=1.29.3

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

# Documentation and examples.
sphinxcontrib-bibtex~=2.5.0
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
