Skip to content

Commit

Permalink
✨ Support for Qiskit 1.0
Browse files Browse the repository at this point in the history
Signed-off-by: burgholzer <burgholzer@me.com>
  • Loading branch information
burgholzer committed Feb 21, 2024
1 parent de87600 commit 5e5d1ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ requires-python = ">=3.8"
dependencies = [
"importlib_resources>=5.0; python_version < '3.10'",
"typing_extensions>=4.2",
"qiskit[qasm3-import]>=0.45.0",
"qiskit[qasm3-import]>=1.0.0",
]
dynamic = ["version"]

Expand Down Expand Up @@ -125,14 +125,8 @@ log_cli_level = "INFO"
xfail_strict = true
filterwarnings = [
"error",
'ignore:.*qiskit.__qiskit_version__.*:DeprecationWarning:qiskit:',
'ignore:.*qiskit.utils.algorithm_globals.QiskitAlgorithmGlobals*:DeprecationWarning:qiskit',
'ignore:.*Building a flow controller with keyword arguments is going to be deprecated*:PendingDeprecationWarning:qiskit',
'ignore:.*encountered in det.*:RuntimeWarning:numpy.linalg:',
'ignore:.*datetime\.datetime\.utcfromtimestamp.*:DeprecationWarning:',
'ignore:.*qiskit.utils.parallel*:DeprecationWarning:qiskit',
'ignore:.*qiskit.tools.events*:DeprecationWarning:qiskit',
'ignore:.*qiskit.qasm*:DeprecationWarning:qiskit',
]

[tool.coverage]
Expand Down
2 changes: 1 addition & 1 deletion test/python/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ pybind11==2.11.0
pytest==7.0.0
importlib_resources==5.0.0
typing_extensions==4.2.0
qiskit==0.45.0
qiskit==1.0.0

0 comments on commit 5e5d1ea

Please sign in to comment.