From fd0cfbe60fe2340db3c73abccadae6fb68fdf6ef Mon Sep 17 00:00:00 2001 From: "Anthony D. Blaom" Date: Tue, 18 Feb 2025 13:47:58 +1300 Subject: [PATCH] extend compat LearnAPI = "0.2.0,1"; bump 0.2.3 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index a8cd3ff..cb0ac1a 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "LearnTestAPI" uuid = "3111ed91-c4f2-40e7-bb19-7f6c618409b8" authors = ["Anthony D. Blaom "] -version = "0.2.2" +version = "0.2.3" [deps] CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597" @@ -30,7 +30,7 @@ CategoricalDistributions = "0.1.15" Distributions = "0.25" InteractiveUtils = "<0.0.1, 1" IsURL = "0.2.0" -LearnAPI = "0.2.0" +LearnAPI = "0.2.0,1" LinearAlgebra = "<0.0.1, 1" MLCore = "1.0.0" MacroTools = "0.5"