Skip to content

Commit ce3f17c

Browse files
woodsp-ibmmanoelmarques
authored andcommitted
Since qiskit-community#1100 Aqua depends on Terra 0.15 or higher (qiskit-community#1119)
1 parent 8615891 commit ce3f17c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
qiskit-terra>=0.14.0
1+
qiskit-terra>=0.15.0
22
qiskit-ignis>=0.2.0
33
scipy>=1.4
44
sympy>=1.3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
machine learning and optimization modules to experiment with real-world applications to quantum computing."""
2727

2828
requirements = [
29-
"qiskit-terra>=0.14.0",
29+
"qiskit-terra>=0.15.0",
3030
"qiskit-ignis>=0.2.0",
3131
"scipy>=1.4",
3232
"sympy>=1.3",

0 commit comments

Comments
 (0)