From d1bfdc96551a001056da969906fee48557383991 Mon Sep 17 00:00:00 2001 From: David Lougheed Date: Wed, 20 Nov 2024 14:11:49 -0500 Subject: [PATCH] chore: update strkit_rust_ext to 0.18.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f938727..4089239 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.17.2", + "strkit_rust_ext==0.18.0", ], description="A toolkit for analyzing variation in short(ish) tandem repeats.",