From ea27d9a10774dafac0662d8016d38a52adb9d97b Mon Sep 17 00:00:00 2001 From: Gavin Huttley Date: Mon, 26 Aug 2024 10:13:58 +1000 Subject: [PATCH] DEV: now use the released version of cogent3, yay! --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1885afa..cf2f922 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ requires-python = ">=3.10,<3.13" dependencies = [ "attrs", "click", - "cogent3 @ git+https://github.com/cogent3/cogent3.git@develop", + "cogent3", "hdf5plugin", "h5py", "numpy>=2.0",