pennylane>=0.36
numpy>=1.23
matplotlib>=3.7

[dev]
black[jupyter]
ruff
mypy>=1.10
pytest>=7
pytest-cov>=5
jupyter
jupytext

[dev:python_version < "3.11"]
tomli>=1.1

[docs]
sphinx
furo
myst-parser

[lint]
black[jupyter]
ruff

[release]
build
twine

[test]
pytest>=7
pytest-cov>=5

[test:python_version < "3.11"]
tomli>=1.1

[type]
mypy>=1.10
