Skip to content

Commit 09250a1

Browse files
committed
Add projectq and qutip as test deps
1 parent 0b14c31 commit 09250a1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ classifiers = [
4444
[project.optional-dependencies]
4545
test = [
4646
"flake8>=5.0.0,<6.0.0",
47-
"pytest>=7.1, <8.0"
47+
"pytest>=7.1, <8.0",
48+
"projectq<=0.8.0",
49+
"qutip<5.0.0"
4850
]
4951
opt = [
5052
"projectq<=0.8.0",

0 commit comments

Comments
 (0)