diff --git a/Project.toml b/Project.toml index 7155f9d..377feff 100644 --- a/Project.toml +++ b/Project.toml @@ -36,8 +36,9 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" cuDNN = "02a925ec-e4fe-4b08-9a7e-0d78e3d38ccd" -[sources] -GraphNetCore = {rev = "GNS-small-graph", url = "https://github.com/una-auxme/GraphNetCore.jl"} +[sources.GraphNetCore] +rev = "GNS-small-graph" +url = "https://github.com/una-auxme/GraphNetCore.jl" [compat] Adapt = "4.3.0" @@ -59,7 +60,7 @@ Lux = "1.4 - 1" LuxCUDA = "0.3" MLUtils = "0.4.4 - 0.4" Optimisers = "0.4, 1" -OrdinaryDiffEq = "6.85 - 6" +OrdinaryDiffEq = "6.85 - 6, 7" Plots = "1.40.18" PointNeighbors = "0.6.3" PreallocationTools = "0.4.34"