diff --git a/pyproject.toml b/pyproject.toml index 2e7071f..79acdc0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,10 +40,10 @@ dependencies = ["numpy", "openqasm3[parser]>=1.0.0,<2.0.0"] [project.optional-dependencies] cli = ["typer>=0.12.1", "rich>=10.11.0", "typing-extensions"] -test = ["pytest", "pytest-cov", "pytest-mpl", "pillow<12.1.0", "matplotlib", "tabulate"] +test = ["pytest", "pytest-cov", "pytest-mpl", "pillow<12.2.0", "matplotlib", "tabulate"] lint = ["black", "isort>=6.0.0", "pylint", "mypy", "qbraid-cli>=0.10.2"] docs = ["sphinx>=7.3.7,<8.3.0", "sphinx-autodoc-typehints>=1.24,<3.2", "sphinx-rtd-theme>=2.0.0,<4.0.0", "docutils<0.23", "sphinx-copybutton"] -visualization = ["pillow<12.1.0", "matplotlib", "tabulate"] +visualization = ["pillow<12.2.0", "matplotlib", "tabulate"] pulse = ["openpulse>=1.0.1"] [tool.setuptools.package-data]