Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
minwook-shin committed Jun 3, 2024
2 parents efbe090 + 36c2643 commit 119ea61
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 11 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG.md

## 0.5.1 (2024-06-03)

### dependencies

- Bump qiskit from 1.0.1 to 1.1.0
- Bump qiskit-aer from 0.13.3 to 0.14.2
- and other development dependencies

## 0.5.0 (2024-03-06)

The Version has been updated to be compatible with **Qiskit 1.0.0** and **Python 3.12**.
Expand Down
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ exclude = ['qiskit_class_converter*tests']

[project]
name = "qiskit-classroom-converter"
version = "0.5.0"
version = "0.5.1"
authors = [
{ name = "KMU-quantum-classroom" },
]
Expand All @@ -26,8 +26,8 @@ classifiers = [
"Operating System :: OS Independent",
]
dependencies = [
"qiskit==1.0.1",
"qiskit-aer==0.13.3",
"qiskit==1.1.0",
"qiskit-aer==0.14.2",
"loguru==0.7.2",
"sympy==1.12",
"antlr4-python3-runtime==4.11",
Expand All @@ -37,12 +37,12 @@ dependencies = [

[project.optional-dependencies]
dev = [
"coverage==7.4.3",
"pylint==3.1.0",
"coverage==7.5.3",
"pylint==3.2.2",
"tox==4.11.4",
"build==1.0.3",
"pdoc==14.4.0",
"notebook==7.1.1"
"notebook==7.1.3"
]

[project.urls]
Expand Down
6 changes: 3 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
coverage==7.4.3
pylint==3.1.0
coverage==7.5.3
pylint==3.2.2
tox==4.11.4
build==1.0.3
pdoc==14.4.0
notebook==7.1.1
notebook==7.1.3
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
qiskit==1.0.1
qiskit-aer==0.13.3
qiskit==1.1.0
qiskit-aer==0.14.2
loguru==0.7.2
sympy==1.12
antlr4-python3-runtime==4.11
Expand Down

0 comments on commit 119ea61

Please sign in to comment.