Skip to content

Commit

Permalink
chore(python): use rigetti-pyo3 from git, not local path
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadow53 committed Jan 10, 2023
1 parent b63a7b1 commit 0ebbf3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pyo3-asyncio = { version = "0.17", features = ["tokio-runtime"] }
quil-rs = "0.15"
tokio = "1.21"
qcs-api = "0.2.1"
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" }
serde_json = "1.0.86"

[build-dependencies]
Expand Down

0 comments on commit 0ebbf3a

Please sign in to comment.