From ca2bf98122f101c3de951ea3e583ae6eafb1fdfc Mon Sep 17 00:00:00 2001 From: Matt Welland Date: Fri, 20 Dec 2024 09:58:54 +1000 Subject: [PATCH] Revert cpg_workflows pin to Hail 132 now that issues are understood (#1086) --- setup.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 3082cb2e4..aba31d451 100644 --- a/setup.py +++ b/setup.py @@ -16,9 +16,7 @@ 'cpg-utils>=5.1.1', 'cyvcf2==0.30.18', 'analysis-runner>=2.43.3', - # Pin Hail to the release prior to 0.2.133 - # see https://centrepopgen.slack.com/archives/C018KFBCR1C/p1731047651300539 - 'hail==0.2.132', + 'hail==0.2.133', # Pin Hail at CPG's installed version 'networkx>=2.8.3', 'obonet>=0.3.1', # for HPO parsing 'grpcio-status>=1.48,<1.50', # Avoid dependency resolution backtracking