Skip to content

Commit

Permalink
Merge pull request #386 from QunaSys/fix_qulacs_dep
Browse files Browse the repository at this point in the history
Fix dependencies (qulacs, quri-parts-rust)
  • Loading branch information
kwkbtr authored Nov 5, 2024
2 parents 5ded408 + faa3422 commit 638bf66
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 20 deletions.
2 changes: 1 addition & 1 deletion packages/qulacs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ python = "^3.9.8"
typing-extensions = "^4.1.1"
quri-parts-circuit = "*"
quri-parts-core = "*"
Qulacs = ">=0.3.0, <0.7.0"
Qulacs = ">=0.5.6"
quri-parts-rust = "*"

[tool.poetry.group.dev.dependencies]
Expand Down
39 changes: 20 additions & 19 deletions poetry.lock

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

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ style = "pep440"

[tool.poetry.dependencies]
python = "^3.9.8"
quri-parts-rust = "*"
quri-parts-core = "*"
quri-parts-circuit = "*"
quri-parts-algo = "*"
Expand Down Expand Up @@ -59,6 +60,7 @@ pyscf = ["quri-parts-pyscf"]
tket = ["quri-parts-tket"]

[tool.poetry.group.dev.dependencies]
quri-parts-rust = {path = "packages/rust", develop = true}
quri-parts-circuit = {path = "packages/circuit", develop = true}
quri-parts-core = {path = "packages/core", develop = true}
quri-parts-qulacs = {path = "packages/qulacs", develop = true}
Expand Down

1 comment on commit 638bf66

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.