From b33a55d71c8d159810ede5f263a0e6f867e748b4 Mon Sep 17 00:00:00 2001 From: "Michael A. Perlin" Date: Sun, 15 Feb 2026 22:50:34 -0500 Subject: [PATCH 1/3] test installing relay-bp from different repo --- pyproject.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 27b97bf7..b22ad48a 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-name", +] +relay-bp = [ + # "relay-bp[stim]==0.1.0", + "relay-bp[stim] @ git+https://github.com/perlinm/relay-bp.git@fix-name", ] -relay-bp = ["relay-bp[stim]==0.1.0"] [project.urls] Repository = "https://github.com/qLDPCOrg/qLDPC" From 31281606106360d43057ead2082d688dc1ee26f5 Mon Sep 17 00:00:00 2001 From: "Michael A. Perlin" Date: Mon, 16 Feb 2026 10:45:51 -0500 Subject: [PATCH 2/3] try different fix --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b22ad48a..20c859e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,11 +41,11 @@ dev = [ "jupyter>=1.1.1", "python-lsp-server[all]>=1.14.0", # "relay-bp[stim]==0.1.0", - "relay-bp[stim] @ git+https://github.com/perlinm/relay-bp.git@fix-name", + "relay-bp[stim] @ git+https://github.com/diamantopoulos/relay.git@fix_maturin", ] relay-bp = [ # "relay-bp[stim]==0.1.0", - "relay-bp[stim] @ git+https://github.com/perlinm/relay-bp.git@fix-name", + "relay-bp[stim] @ git+https://github.com/diamantopoulos/relay.git@fix_maturin", ] [project.urls] From 5f1d349fa662d94722a8222ded724e004d133304 Mon Sep 17 00:00:00 2001 From: "Michael A. Perlin" Date: Mon, 16 Feb 2026 11:25:50 -0500 Subject: [PATCH 3/3] change relay-bp url --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 20c859e3..b2a2cbd7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,11 +41,11 @@ dev = [ "jupyter>=1.1.1", "python-lsp-server[all]>=1.14.0", # "relay-bp[stim]==0.1.0", - "relay-bp[stim] @ git+https://github.com/diamantopoulos/relay.git@fix_maturin", + "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/diamantopoulos/relay.git@fix_maturin", + "relay-bp[stim] @ git+https://github.com/perlinm/relay-bp.git@fix_maturin", ] [project.urls]