Skip to content

Commit

Permalink
build: pointing to qibo client branch
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoLiegiBastonLiegi committed Jan 9, 2025
1 parent d11bbd8 commit 8ba518d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 14 deletions.
29 changes: 18 additions & 11 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ packages = [{ include = "qibo_cloud_backends", from = "src" }]
[tool.poetry.dependencies]
python = ">=3.9,<3.13"
qibo = "^0.2.14"
qibo_client = "^0.0.15"
qibo_client = {git = "https://github.com/qiboteam/qibo-client/", branch = "feature/refactor-webapp-endpoints"}
qiskit_ibm_runtime = { version = "^0.34.0", optional = true }
qiskit_ibm_provider = { version = "^0.11", optional = true }
amazon-braket-sdk = { version = "^1.88.3", optional = true }
Expand Down Expand Up @@ -58,8 +58,8 @@ optional = true
ipython = "^7"
pdbpp = "^0.10.3"

#[tool.poetry.extras]
#aws = ["amazon-braket-sdk"]
[tool.poetry.extras]
aws = ["amazon-braket-sdk"]

[tool.poe.tasks]
test = "pytest"
Expand Down

0 comments on commit 8ba518d

Please sign in to comment.