Skip to content

Commit db64870

Browse files
committed
fix optional deps, add algo & all
1 parent ea5c7e8 commit db64870

File tree

2 files changed

+172
-1
lines changed

2 files changed

+172
-1
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,17 @@ dev = [
2020
"matplotlib>=3.10.6",
2121
"mypy>=1.17.0",
2222
"pre-commit>=4.2.0",
23+
"pylatexenc>=2.10",
2324
"pytest>=8.4.1",
2425
"pytest-cov>=6.2.1",
2526
"pytest-xdist>=3.8.0",
2627
"ruff>=0.12.5",
2728
]
29+
algo = [
30+
"qiskit~=1.2.4",
31+
"qiskit-aer==0.15.1",
32+
]
33+
all = ["isotropic[dev,algo]"]
2834

2935
[tool.ruff]
3036
# Exclude a variety of commonly ignored directories.

0 commit comments

Comments
 (0)