Skip to content

Commit 4365207

Browse files
authored
bump version; add aer to requirements (#11)
1 parent 3a9986c commit 4365207

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
### Fixed
1515

16+
## [0.0.3] - 2023-08-17
17+
18+
### Fixed
19+
20+
- `qiskit-aer` added to requirements.txt as it seems necessary to be explicitly installed
21+
1622
## [0.0.2] - 2023-06-26
1723

1824
### Added

graphix_ibmq/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.2"
1+
__version__ = "0.0.3"

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
numpy>=1.22
22
qiskit>=0.42
3-
qiskit_ibm_provider>=0.5
3+
qiskit_ibm_provider>=0.5
4+
qiskit-aer

0 commit comments

Comments
 (0)