From 833feff4aa1da07f0dc7876b927a171f950fe755 Mon Sep 17 00:00:00 2001 From: Pasha Khosravi Date: Fri, 7 Jun 2024 17:50:18 -0700 Subject: [PATCH] update project toml for julia 1.10 --- Project.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index ce1b9d8c..5890d9cf 100644 --- a/Project.toml +++ b/Project.toml @@ -16,7 +16,7 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" TikzGraphs = "b4f28e30-c73f-5eaf-a395-8a9db949a742" [compat] -CUDA = "3.8.1, 4" +CUDA = "3.8.1, 4, 5" ChowLiuTrees = "0.1.1" CodecZlib = "0.7" DirectedAcyclicGraphs = "0.1.3" @@ -26,3 +26,7 @@ MetaGraphs = "0.7" SpecialFunctions = "2.1" TikzGraphs = "1.3" julia = "1.6" +LazyArtifacts = "1" +Statistics = "1" +Random = "1" +Pkg = "1"