Skip to content

Commit 5364a57

Browse files
authored
misc: Update visualizer dependence (#208)
1 parent 2d0d5ff commit 5364a57

File tree

3 files changed

+21
-6
lines changed

3 files changed

+21
-6
lines changed

poetry.lock

Lines changed: 19 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ pylint_runner = "^0.5.4"
5050
sphinx = "^3.2.1"
5151
sphinx-rtd-theme = "^0.4.3"
5252
nbval = "^0.9.5"
53-
qctrl-visualizer = "^2.3.0"
53+
qctrl-visualizer = "^2.12.2"
5454
isort = "^5.7.0"
5555
pre-commit = "^2.9.3"
5656

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@
3737
package_dir={"": "."},
3838
package_data={},
3939
install_requires=['numpy==1.*,>=1.16.0', 'toml==0.*,>=0.10.0'],
40-
extras_require={"dev": ["black==20.*,>=20.8.0.b1", "isort==5.*,>=5.7.0", "mypy==0.*,>=0.800.0", "nbval==0.*,>=0.9.5", "pre-commit==2.*,>=2.9.3", "pylint==2.*,>=2.6.0", "pylint-runner==0.*,>=0.5.4", "pytest==5.*,>=5.0.0", "qctrl-visualizer==2.*,>=2.3.0", "sphinx==3.*,>=3.2.1", "sphinx-rtd-theme==0.*,>=0.4.3"]},
40+
extras_require={"dev": ["black==20.*,>=20.8.0.b1", "isort==5.*,>=5.7.0", "mypy==0.*,>=0.800.0", "nbval==0.*,>=0.9.5", "pre-commit==2.*,>=2.9.3", "pylint==2.*,>=2.6.0", "pylint-runner==0.*,>=0.5.4", "pytest==5.*,>=5.0.0", "qctrl-visualizer==2.*,>=2.12.2", "sphinx==3.*,>=3.2.1", "sphinx-rtd-theme==0.*,>=0.4.3"]},
4141
)

0 commit comments

Comments
 (0)