Skip to content

Commit

Permalink
fix globalbackends error: downgrade qibo
Browse files Browse the repository at this point in the history
  • Loading branch information
ElStabilini committed Nov 28, 2024
1 parent 12fedb5 commit b58e13a
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 8 deletions.
45 changes: 38 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 @@ -18,7 +18,7 @@ classifiers = [
[tool.poetry.dependencies]
python = ">=3.9,<3.12"
qibolab = { git = "https://github.com/qiboteam/qibolab.git", branch = "pi_half" }
qibo = "^0.2.12"
qibo = "0.2.12"
numpy = "^1.26.4"
scipy = "^1.10.1"
pandas = { version = "^2.2.2", extras = ["html"] }
Expand Down

0 comments on commit b58e13a

Please sign in to comment.