Skip to content

Commit 52646f4

Browse files
committed
test qibo fix
1 parent 5dcf01a commit 52646f4

File tree

2 files changed

+24
-19
lines changed

2 files changed

+24
-19
lines changed

poetry.lock

Lines changed: 23 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ python = ">=3.10,<3.14"
2525
numpy = ">=1.26.4,<3"
2626
scipy = "^1.13.0"
2727
pydantic = "^2.4.0"
28-
qibo = { version = "^0.3.0" , optional = true }
28+
qibo = { git="https://github.com/qiboteam/qibo.git", optional = true, branch='pygridsynth'}
2929
qutip = { version = "^5.0.2", optional = true }
3030
pyserial = { version = "^3.5", optional = true }
3131

0 commit comments

Comments
 (0)