# Third-party integration.
qiskit~=0.36.2
pyquil~=3.0.0
pennylane-qiskit~=0.24.0
pennylane~=0.24.0
amazon-braket-sdk~=1.25.2

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

# 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.3.0; sys_platform != 'win32'
openfermionpyscf==0.5; sys_platform != 'win32'

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