From 94108ae43876028aa8756cea08010794eb268886 Mon Sep 17 00:00:00 2001 From: pszufe Date: Mon, 30 Oct 2023 18:49:36 +0100 Subject: [PATCH] Crafting 0.4.0, add deps for inbuilt pkgs --- Project.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 23e5110..ab6925e 100644 --- a/Project.toml +++ b/Project.toml @@ -26,7 +26,11 @@ LibExpat = "^0.6.1" Graphs = "^1.4.1" ProtoBuf = "1" StableRNGs = "^1.0.0" -julia = "^1.3.0" +julia = "^1.6.0" +Random = "^1.6.0" +Serialization = "^1.6.0" +SparseArrays = "^1.6.0" +Statistics = "^1.6.0" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"