From 48a8c331f8d1b0733e26d38644d2f16aa4209166 Mon Sep 17 00:00:00 2001 From: pat-alt Date: Mon, 8 Apr 2024 17:28:32 +0200 Subject: [PATCH] LA dep --- test/Project.toml | 1 + test/runtests.jl | 1 + 2 files changed, 2 insertions(+) diff --git a/test/Project.toml b/test/Project.toml index 1665246..54bcedf 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -2,6 +2,7 @@ CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab" CounterfactualExplanations = "2f13d31b-18db-44c1-bc43-ebaf2cff0be0" Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c" +LaplaceRedux = "c52c1a26-f7c5-402b-80be-ba1e638ad478" PackageExtensionCompat = "65ce6f38-6b18-4e1d-a461-8949797d7930" Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d" diff --git a/test/runtests.jl b/test/runtests.jl index 5113264..12db287 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -1,6 +1,7 @@ using CounterfactualExplanations using CounterfactualExplanations.DataPreprocessing using CounterfactualExplanations.Models +using LaplaceRedux using Printf using PythonCall using Random