We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea5c7e8 commit db64870Copy full SHA for db64870
pyproject.toml
@@ -20,11 +20,17 @@ dev = [
20
"matplotlib>=3.10.6",
21
"mypy>=1.17.0",
22
"pre-commit>=4.2.0",
23
+ "pylatexenc>=2.10",
24
"pytest>=8.4.1",
25
"pytest-cov>=6.2.1",
26
"pytest-xdist>=3.8.0",
27
"ruff>=0.12.5",
28
]
29
+algo = [
30
+ "qiskit~=1.2.4",
31
+ "qiskit-aer==0.15.1",
32
+]
33
+all = ["isotropic[dev,algo]"]
34
35
[tool.ruff]
36
# Exclude a variety of commonly ignored directories.
0 commit comments