From 48fa01d4c620153741ddabdf1aa54637da780f26 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 7 Dec 2023 01:18:03 +0000 Subject: [PATCH] CompatHelper: bump compat for ScientificTypesBase to 3, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 244cb0c..7f6a302 100644 --- a/Project.toml +++ b/Project.toml @@ -11,7 +11,7 @@ ScientificTypesBase = "30f210dd-8aff-4c5f-94ba-8e64358c1161" [compat] Example = "0.5" MLJModelInterface = "1" -ScientificTypesBase = "1, 2" +ScientificTypesBase = "1, 2, 3" julia = "1" [extras]