From bee62856ab0974891b33a36062296a65685e9751 Mon Sep 17 00:00:00 2001 From: David Stansby Date: Mon, 19 Jan 2026 08:35:22 +0000 Subject: [PATCH 1/2] Bump hoa-tools --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4f6aca6..a82dc85 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ classifiers = [ ] dependencies = [ "dask-image==2025.11.0", - "hoa-tools @ git+https://github.com/HumanOrganAtlas/hoa-tools.git@2.0.0b1", + "hoa-tools @ git+https://github.com/HumanOrganAtlas/hoa-tools.git@1.1", "matplotlib==3.10.8", "numpy==2.4.1", "psutil==7.2.1", From bf0fc5155801441308df41c38ea82aa5901c4ea9 Mon Sep 17 00:00:00 2001 From: David Stansby Date: Mon, 19 Jan 2026 08:38:50 +0000 Subject: [PATCH 2/2] Get hoa-tools from PyPI --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a82dc85..0dc5dc8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ classifiers = [ ] dependencies = [ "dask-image==2025.11.0", - "hoa-tools @ git+https://github.com/HumanOrganAtlas/hoa-tools.git@1.1", + "hoa-tools==1.1", "matplotlib==3.10.8", "numpy==2.4.1", "psutil==7.2.1",