From e219967ee19d22443763e87b503f036b61d06617 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 2 Sep 2023 00:14:32 +0000 Subject: [PATCH] CompatHelper: bump compat for AutoHashEquals to 2, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 726733b..21c06e8 100644 --- a/Project.toml +++ b/Project.toml @@ -13,7 +13,7 @@ OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d" ReadOnlyArrays = "988b38a3-91fc-5605-94a2-ee2116b3bd83" [compat] -AutoHashEquals = "0.2" +AutoHashEquals = "0.2, 2" AxisKeys = "0.1.16, 0.2" FeatureTransforms = "0.3.6, 0.4" Impute = "0.6"