Skip to content

Commit

Permalink
CompatHelper: bump compat for MetaGraphs to 0.8, (keep existing compa…
Browse files Browse the repository at this point in the history
…t) (#56)

Co-authored-by: CompatHelper Julia <[email protected]>
  • Loading branch information
github-actions[bot] and CompatHelper Julia authored Oct 28, 2024
1 parent 4e42ec7 commit e788ac0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ MetaGraphs = "626554b9-1ddb-594c-aa3c-2596fe9399a5"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"

[sources]
GraphMLReader = {rev = "master", url = "https://github.com/SmalRat/GraphMLReader.jl"}
[sources.GraphMLReader]
rev = "master"
url = "https://github.com/SmalRat/GraphMLReader.jl"

[compat]
Aqua = "0.8"
Expand All @@ -32,7 +33,7 @@ GraphViz = "0.2"
Graphs = "1"
JSON3 = "1.14"
Logging = "1.11"
MetaGraphs = "0.7"
MetaGraphs = "0.7, 0.8"
Plots = "1.40"
Printf = "1.11"
Test = "1.11"
Expand Down

0 comments on commit e788ac0

Please sign in to comment.