From 8135fee06081e3189ac3319e0c8641fb7eeb1040 Mon Sep 17 00:00:00 2001 From: Adrian Henle Date: Wed, 27 Oct 2021 13:33:55 -0700 Subject: [PATCH] Light graphs to graphs (#120) * migrate * bump version * continue on crosstest error * compat --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 1224011..29e2ec7 100644 --- a/Project.toml +++ b/Project.toml @@ -20,6 +20,7 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" Bio3DView = "^0.1.3" CSV = "^0.8.0" DataFrames = "^0.22.1" +Graphs = "^1.4.1" JLD2 = "^0.4.9" MetaGraphs = "^0.7.0" PyCall = "^1.92"