Skip to content

Commit

Permalink
New version: GraphNeuralNetworks v0.3.0 (#47358)
Browse files Browse the repository at this point in the history
UUID: cffab07f-9bc2-4db1-8861-388f63bf7694
Repo: https://github.com/CarloLucibello/GraphNeuralNetworks.jl.git
Tree: c09630e09eea8e22730878fe8476839c4964880e

Registrator tree SHA: 8e1a5ac2695627143951512d700c7e3c445102ec
  • Loading branch information
JuliaRegistrator authored Oct 23, 2021
1 parent e1d256a commit 999cbf0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
7 changes: 6 additions & 1 deletion G/GraphNeuralNetworks/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ CUDA = "3.3.0-3"
ChainRulesCore = "1"
DataStructures = "0.18"
KrylovKit = "0.5"
LightGraphs = "1.3.0-1"
MacroTools = "0.5"
NNlib = "0.7"
NNlibCUDA = "0.1"
Expand All @@ -15,6 +14,9 @@ Flux = "0.12"
["0-0.1.0"]
LearnBase = "0.5"

["0-0.2"]
LightGraphs = "1.3.0-1"

["0.1.1-0"]
LearnBase = "0.4-0.5"

Expand All @@ -23,3 +25,6 @@ Adapt = "3"

["0.2-0"]
Flux = "0.12.7-0.12"

["0.3-0"]
Graphs = "1.4.0-1"
7 changes: 6 additions & 1 deletion G/GraphNeuralNetworks/Deps.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
KrylovKit = "0b1a1467-8014-51b9-945f-bf0ae24f4b77"
LearnBase = "7f8f8fb0-2700-5f03-b4bd-41f8cfc144b6"
LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
Expand All @@ -14,5 +13,11 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

["0-0.2"]
LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d"

["0.1.2-0"]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"

["0.3-0"]
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
3 changes: 3 additions & 0 deletions G/GraphNeuralNetworks/Versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ git-tree-sha1 = "bb1ec154c87f91641c212d6c06550eaf74d5aa50"

["0.2.3"]
git-tree-sha1 = "7843388dc0944fc476e0f73159f9839837218a3e"

["0.3.0"]
git-tree-sha1 = "c09630e09eea8e22730878fe8476839c4964880e"

0 comments on commit 999cbf0

Please sign in to comment.