Skip to content

Commit

Permalink
Pin tsinfer to 0.3
Browse files Browse the repository at this point in the history
See #201
  • Loading branch information
jeromekelleher committed Jul 30, 2024
1 parent f7771bb commit 0c0ce00
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ authors = [
]
requires-python = ">=3.9"
dependencies = [
"tsinfer",
"tsinfer==0.3", # https://github.com/jeromekelleher/sc2ts/issues/201
"pyfaidx",
"tskit>=0.5.3",
"tszip",
"tsinfer>=0.3.0",
"pandas",
"numba",
"tqdm",
Expand Down
1 change: 0 additions & 1 deletion tests/test_inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ def test_two_samples_one_mutation_one_filtered(self):
assert var.alleles[var.genotypes[0]] == "X"


@pytest.mark.skip("match_tsinfer broken")
class TestMatchTsinfer:
def match_tsinfer(self, samples, ts, haplotypes, **kwargs):
assert len(samples) == len(haplotypes)
Expand Down

0 comments on commit 0c0ce00

Please sign in to comment.