This repository was archived by the owner on Aug 19, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,15 @@ Changelog](http://keepachangelog.com/en/1.0.0/).
17
17
[ UNRELEASED] ( https://github.com/Qiskit/qiskit/compare/0.11.2...HEAD )
18
18
====================================================================
19
19
20
- [ 0.11.2] ( https://github.com/Qiskit/qiskit/compare/0.11.1...0.11.2 ) - 2019-08-19
20
+ [ 0.11.2] ( https://github.com/Qiskit/qiskit/compare/0.11.1...0.11.2 ) - 2019-08-20
21
21
===============================================================================
22
22
23
23
Changed
24
24
-------
25
25
26
26
- Increased the ` qiskit-aqua ` version to the latest release 0.5.5.
27
-
27
+ - Increased the ` qiskit-ibmq-provider ` version to the latest release 0.3.2 which
28
+ adds a pin for the ` nest_asyncio ` requirement to fix an issue with python 3.5.
28
29
29
30
30
31
[ 0.11.1] ( https://github.com/Qiskit/qiskit/compare/0.11.0...0.11.1 ) - 2019-07-24
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ This table tracks the meta-package versions and the version of each Qiskit eleme
22
22
- 0.8.2
23
23
- 0.2.3
24
24
- 0.1.1
25
- - 0.3.1
25
+ - 0.3.2
26
26
- 0.5.5
27
27
* - 0.11.1
28
28
- 0.8.2
Original file line number Diff line number Diff line change 19
19
requirements = [
20
20
qiskit_terra ,
21
21
"qiskit-aer==0.2.3" ,
22
- "qiskit-ibmq-provider==0.3.1 " ,
22
+ "qiskit-ibmq-provider==0.3.2 " ,
23
23
"qiskit-ignis==0.1.1" ,
24
24
"qiskit-aqua==0.5.5" ,
25
25
"qiskit-chemistry==0.5.0"
You can’t perform that action at this time.
0 commit comments