From 5d2ed078310bde379e8714f71555532cde52b474 Mon Sep 17 00:00:00 2001 From: Tom White Date: Wed, 29 Jan 2025 15:18:04 +0000 Subject: [PATCH] Use released version of hypothesis-vcf --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d911bcda..0b72ca1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ vcfpartition = "bio2zarr.cli:vcfpartition" [project.optional-dependencies] dev = [ - "hypothesis-vcf @ git+https://github.com/sgkit-dev/hypothesis-vcf.git", + "hypothesis-vcf", "msprime", "pysam", "pytest",