From 6a3d44115e12ac82141000e5c30ba796da15f9cd Mon Sep 17 00:00:00 2001 From: Jerome Kelleher Date: Tue, 9 Jun 2026 09:41:05 +0100 Subject: [PATCH] Update vcztools to >= 0.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 83fbf3b..58dab81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "more_itertools", "numpy>=1.23.5,<2.4", "tqdm", - "vcztools @ git+https://github.com/sgkit-dev/vcztools.git", + "vcztools>=0.2", "zarr>=3.1", ] requires-python = ">=3.12"