diff --git a/pyproject.toml b/pyproject.toml index 27b97bf7..b2a2cbd7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,9 +40,13 @@ dev = [ "checks-superstaq>=0.5.45", "jupyter>=1.1.1", "python-lsp-server[all]>=1.14.0", - "relay-bp[stim]==0.1.0", + # "relay-bp[stim]==0.1.0", + "relay-bp[stim] @ git+https://github.com/perlinm/relay-bp.git@fix_maturin", +] +relay-bp = [ + # "relay-bp[stim]==0.1.0", + "relay-bp[stim] @ git+https://github.com/perlinm/relay-bp.git@fix_maturin", ] -relay-bp = ["relay-bp[stim]==0.1.0"] [project.urls] Repository = "https://github.com/qLDPCOrg/qLDPC"