sbromberger / MetaGraphs.jl

I never metagraph I didn't like.
Other
94 stars 24 forks source link

Make LightGraphs min version 1.3.5 #113

Closed simonschoelly closed 3 years ago

simonschoelly commented 3 years ago

This is necessary because hash for edges is incorrectly implemented in lower LightGraphs versions, so that MetaGraphs that have an eltype different from Int do not correctly work. See: https://github.com/JuliaGraphs/LightGraphs.jl/pull/1514

Also add JLD2 version 0.3 to the allowed dependency versions.