From 608ef6d2f4238ecbaeccb6d5686614bcffb0e3a5 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 25 May 2026 00:55:07 +0000 Subject: [PATCH] CompatHelper: bump compat for StringDistances to 1, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index d60fa60..59c3872 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "OmniPackage" uuid = "992a9bcd-042f-40bc-a011-a3ea62fdd9b8" -authors = ["Chris Elrod and contributors"] version = "0.1.4" +authors = ["Chris Elrod and contributors"] [deps] AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001" @@ -186,7 +186,7 @@ StaticArrays = "1.5.0" StatsBase = "0.33, 0.34" StatsFuns = "1" StrideArraysCore = "0.4" -StringDistances = "0.11" +StringDistances = "0.11, 1" Survival = "0.2" Symbolics = "= 4.13, 5" Tables = "0.2, 1.0"