FluxML / GeometricFlux.jl

Geometric Deep Learning for Flux
https://fluxml.ai/GeometricFlux.jl/stable/
MIT License
348 stars 30 forks source link

Changed LightGraphs to Graphs #246

Closed jarbus closed 2 years ago

jarbus commented 2 years ago

LightGraphs.jl is now read-only, so as per #244 I changed all LightGraphs references to the new package, Graphs.jl.

yuehhua commented 2 years ago

@jarbus There are some dependency relying on GraphSignals, so I moved the PR to #234. It will be easier to resolve and will be merged after #234 is merged. Thank you.