Skip to content

Commit 98d7044

Browse files
committed
update aer version
1 parent 802fc2f commit 98d7044

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies:
55
- pip
66
- python=3.12
77
- pip:
8-
- qiskit-aer==0.16.1
8+
- qiskit-aer==0.17.0
99
- qiskit==1.3.2
1010
- qiskit_qasm3_import
1111
- black

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
qiskit-aer==0.16.1
1+
qiskit-aer==0.17.0
22
qiskit==1.3.2
3-
qiskit_qasm3_import
3+
qiskit_qasm3_import

tox.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ commands = [["mypy", { replace = "posargs", default = [".", "--exclude", "build"
1616
[env.tests]
1717
description = "run tests"
1818
skip_install = false
19-
deps = ["pytest", "qiskit_qasm3_import", "qiskit==1.3.2", "qiskit-aer==0.16.1"]
19+
deps = ["pytest", "qiskit_qasm3_import", "qiskit==1.3.2", "qiskit-aer==0.17.0"]
2020
commands = [["pytest"]]

0 commit comments

Comments
 (0)