We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b63a7b1 commit 0ebbf3aCopy full SHA for 0ebbf3a
crates/python/Cargo.toml
@@ -24,7 +24,7 @@ pyo3-asyncio = { version = "0.17", features = ["tokio-runtime"] }
24
quil-rs = "0.15"
25
tokio = "1.21"
26
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" }
+rigetti-pyo3 = { version = "0.0.1", features = ["extension-module", "complex"], git = "ssh://[email protected]/rigetti/rigetti-pyo3", branch = "support-fieldless-enums-data-structs" }
28
serde_json = "1.0.86"
29
30
[build-dependencies]
0 commit comments