From 3a3ea86ddbc4c270b1a4f97fd823998f9fd521a7 Mon Sep 17 00:00:00 2001 From: singularitti Date: Mon, 30 Oct 2023 00:46:05 -0400 Subject: [PATCH 1/2] Remove usage of `GraphRecipes` --- src/SimpleWorkflowRecipes.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/SimpleWorkflowRecipes.jl b/src/SimpleWorkflowRecipes.jl index 2a263e4..daf798e 100644 --- a/src/SimpleWorkflowRecipes.jl +++ b/src/SimpleWorkflowRecipes.jl @@ -2,7 +2,6 @@ module SimpleWorkflowRecipes using EasyJobsBase: JobStatus, PENDING, RUNNING, SUCCEEDED, FAILED, getstatus using Graphs: edges -using GraphRecipes: GraphPlot, get_source_destiny_weight, get_adjacency_list using LayeredLayouts: Zarate, solve_positions using RecipesBase: @userplot, @recipe, @series using SimpleWorkflows: Workflow, indexin From 4927f4a7a28a2001ba6e7885c8f4305c2667d2b6 Mon Sep 17 00:00:00 2001 From: singularitti Date: Mon, 30 Oct 2023 00:46:13 -0400 Subject: [PATCH 2/2] Remove GraphRecipes.jl from deps --- Project.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Project.toml b/Project.toml index 71e2133..aafe630 100644 --- a/Project.toml +++ b/Project.toml @@ -5,7 +5,6 @@ version = "0.1.0" [deps] EasyJobsBase = "db8ca866-b61f-4bd1-a9b9-75c107d645d4" -GraphRecipes = "bd48cda9-67a9-57be-86fa-5b3c104eda73" Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6" LayeredLayouts = "f4a74d36-062a-4d48-97cd-1356bad1de4e" RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01" @@ -13,7 +12,6 @@ SimpleWorkflows = "6a97d125-85da-4b66-b300-4bba10360563" [compat] EasyJobsBase = "0.15" -GraphRecipes = "0.5" RecipesBase = "0.6, 0.7, 0.8, 1" SimpleWorkflows = "0.29" julia = "1"