Skip to content

Commit

Permalink
added upper cap for pytket
Browse files Browse the repository at this point in the history
  • Loading branch information
nquetschlich committed Nov 29, 2024
1 parent 3e5d29f commit e3f3974
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ dependencies = [
# manages the dependencies for qiskit and tket in a combined fashion
"pytket-qiskit>=0.53.0",
# lowest version that supports the used pytket AutoRebase pass instead of auto_rebase
"qiskit<1.3.0", # only added temporarily
"pytket>=1.29.0",
"pytket>=1.29.0,<1.36.0",
# there is a bug in 1.2.0 that causes an error some benchmarks, see https://github.com/Qiskit/qiskit/issues/12969
"qiskit!=1.2.0",
"qiskit_optimization>=0.6",
Expand Down Expand Up @@ -112,6 +111,8 @@ filterwarnings = [
'ignore:.*The class ``qiskit.primitives.sampler.Sampler`` is deprecated as of qiskit 1.2*:DeprecationWarning:mqt.*',
'ignore:.*The class ``qiskit.primitives.estimator.Estimator`` is deprecated as of qiskit 1.2*:DeprecationWarning:mqt.*',
'ignore:.*The pytket Circuit contains implicit qubit permutations*.:UserWarning:pytket.extensions.qiskit.qiskit_convert',
'ignore:.*qiskit 1.3*.:DeprecationWarning:qiskit.*',
'ignore:.*qiskit 1.3*.:PendingDeprecationWarning:.*',
]

[tool.coverage]
Expand Down

0 comments on commit e3f3974

Please sign in to comment.