Skip to content

Commit

Permalink
Temporarily remove graphs requires
Browse files Browse the repository at this point in the history
  • Loading branch information
Affie committed Nov 11, 2023
1 parent a534cb2 commit abbd5ca
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/FunctionalStateMachine.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ export

include("StateMachine.jl")

function __init__()
@require Graphs="86223c79-3864-5bf0-83f7-82e725a168b6" include("StateMachineAnimation.jl")
end
#FIXME Graphs here was the old Graphs.jl and needs to be updated to the new Graphs.jl (previously LightGraphs.jl)
# function __init__()
# @require Graphs="86223c79-3864-5bf0-83f7-82e725a168b6" include("StateMachineAnimation.jl")
# end

end

0 comments on commit abbd5ca

Please sign in to comment.