Skip to content

Commit

Permalink
Revert "Fix dependencies"
Browse files Browse the repository at this point in the history
This reverts commit 2338ea0.
  • Loading branch information
yusuke-kimura-1019 committed Jan 17, 2024
1 parent 2338ea0 commit 4dbab52
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 4 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ include = [
[tool.poetry.dependencies]
python = ">=3.8, <3.11"
qiskit = ">=0.32.1, <=0.42.1"
qiskit-aer = "<=0.12.0"


[tool.poetry.group.dev.dependencies]
Expand All @@ -24,7 +25,6 @@ qiskit-machine-learning = {extras = ["sparse"], version = "^0.6.0"}
qiskit-finance = "^0.3.4"
qiskit-optimization = "^0.5.0"
qiskit-nature = {extras = ["pyscf"], version = "^0.5.2"}
qiskit-aer = "<=0.12.0"
tweedledum = "^1.1.1"
pybind11 = "^2.10.4"
auditwheel = "^5.4.0"
Expand Down

0 comments on commit 4dbab52

Please sign in to comment.