From fd0db8fa5ea47a673b96357a28e9a3f5bae88e75 Mon Sep 17 00:00:00 2001 From: pat-alt Date: Tue, 16 Apr 2024 10:02:31 +0200 Subject: [PATCH] compat git push --- test/Project.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/Project.toml b/test/Project.toml index f7221d4..93c2618 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -12,10 +12,10 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] ConformalPrediction = "0.1" -CounterfactualExplanations = "0.1" +CounterfactualExplanations = "0.1, 1" Flux = "0.12, 0.13, 0.14" -LaplaceRedux = "0.1" -MLJBase = "0.21" -MLJLinearModels = "0.9.2" +LaplaceRedux = "0.1, 0.2" +MLJBase = "0.21, 1" +MLJLinearModels = "0.9.2, 0.10" Plots = "1" julia = "1.6, 1.7, 1.8, 1.9"