From baf3592808b8cfff2afddcc7747c1948fa0196da Mon Sep 17 00:00:00 2001 From: David Lougheed Date: Mon, 18 Nov 2024 15:34:56 -0500 Subject: [PATCH] fix(call): update strkit_rust_ext to 0.17.0 to fix HP usage --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5520101..d92eb9f 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ "scikit-learn>=1.2.1,<1.5", "scipy>=1.10,<1.14", "statsmodels>=0.14.0,<0.15", - "strkit_rust_ext==0.16.2", + "strkit_rust_ext==0.17.0", ], description="A toolkit for analyzing variation in short(ish) tandem repeats.",