Skip to content

Commit

Permalink
Merge branch 'develop' into feature/add-cx-gate-qubit
Browse files Browse the repository at this point in the history
  • Loading branch information
minwook-shin committed Oct 4, 2023
2 parents 91f8cf0 + 80dea5d commit 50ec490
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ dependencies = [
"loguru==0.7.2",
"sympy==1.12",
"antlr4-python3-runtime==4.11",
"ipython==8.15.0",
"ipython==8.16.0",
"numpy==1.26.0"
]

[project.optional-dependencies]
dev = [
"coverage==7.3.1",
"pylint==2.17.5",
"pylint==2.17.7",
"tox==4.11.3",
"build==1.0.3",
"pdoc==14.1.0",
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
coverage==7.3.1
pylint==2.17.5
pylint==2.17.7
tox==4.11.3
build==1.0.3
pdoc==14.1.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ qiskit-aer==0.12.2
loguru==0.7.2
sympy==1.12
antlr4-python3-runtime==4.11
ipython==8.15.0
ipython==8.16.0
numpy==1.26.0

0 comments on commit 50ec490

Please sign in to comment.