We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b14c31 commit 09250a1Copy full SHA for 09250a1
1 file changed
pyproject.toml
@@ -44,7 +44,9 @@ classifiers = [
44
[project.optional-dependencies]
45
test = [
46
"flake8>=5.0.0,<6.0.0",
47
- "pytest>=7.1, <8.0"
+ "pytest>=7.1, <8.0",
48
+ "projectq<=0.8.0",
49
+ "qutip<5.0.0"
50
]
51
opt = [
52
"projectq<=0.8.0",
0 commit comments