Skip to content

Commit 0ebbf3a

Browse files
committed
chore(python): use rigetti-pyo3 from git, not local path
1 parent b63a7b1 commit 0ebbf3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/python/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pyo3-asyncio = { version = "0.17", features = ["tokio-runtime"] }
2424
quil-rs = "0.15"
2525
tokio = "1.21"
2626
qcs-api = "0.2.1"
27-
rigetti-pyo3 = { version = "0.0.1", features = ["extension-module", "complex"], path = "../../../rigetti-pyo3" } # git = "ssh://[email protected]/rigetti/rigetti-pyo3", branch = "support-fieldless-enums-data-structs" }
27+
rigetti-pyo3 = { version = "0.0.1", features = ["extension-module", "complex"], git = "ssh://[email protected]/rigetti/rigetti-pyo3", branch = "support-fieldless-enums-data-structs" }
2828
serde_json = "1.0.86"
2929

3030
[build-dependencies]

0 commit comments

Comments
 (0)