Skip to content

Commit

Permalink
Merge pull request #26 from MineralsCloud:GraphRecipes
Browse files Browse the repository at this point in the history
Remove GraphRecipes.jl from deps
  • Loading branch information
singularitti authored Oct 30, 2023
2 parents cdf6f4c + 4927f4a commit 78ff69c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,13 @@ 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"
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"
Expand Down
1 change: 0 additions & 1 deletion src/SimpleWorkflowRecipes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 78ff69c

Please sign in to comment.