Skip to content

Commit

Permalink
New version: GNNlib v0.2.0
Browse files Browse the repository at this point in the history
UUID: a6a84749-d869-43f8-aacc-be26a1996e48
Repo: https://github.com/CarloLucibello/GraphNeuralNetworks.jl.git
Tree: 18cd1730b52e426d2cc6ec702d3820ca07afa0af

Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a
  • Loading branch information
JuliaRegistrator committed Jul 28, 2024
1 parent 7f46f56 commit 77a41e0
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 12 deletions.
19 changes: 13 additions & 6 deletions G/GNNlib/Compat.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,25 @@
[0]
DataStructures = "0.18"
LinearAlgebra = "1"
MLUtils = "0.4"
NNlib = "0.9"
Random = "1"
Statistics = "1"

["0-0.1"]
Adapt = "3-4"
ChainRulesCore = "1"
DataStructures = "0.18"
Functors = "0.4.1-0.4"
Graphs = "1.4.0-1"
KrylovKit = "0.6-0.7"
LinearAlgebra = "1"
MLUtils = "0.4"
MacroTools = "0.5"
NNlib = "0.9"
NearestNeighbors = "0.4"
Random = "1"
Reexport = "1"
SparseArrays = "1"
Statistics = "1"
StatsBase = "0.34"
julia = "1.9.0-1"

["0.2-0"]
ChainRulesCore = "1.24.0-1"
GNNGraphs = "1"
julia = "1.10.0-1"
17 changes: 11 additions & 6 deletions G/GNNlib/Deps.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
[0]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MLUtils = "f1d291b0-491e-4a28-83b9-f70985020b54"
NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

["0-0.1"]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Functors = "d9f16b24-f501-4c13-a1f2-28368ffc5196"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
KrylovKit = "0b1a1467-8014-51b9-945f-bf0ae24f4b77"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MLUtils = "f1d291b0-491e-4a28-83b9-f70985020b54"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
NearestNeighbors = "b8a86587-4115-5ab1-83bc-aa920d37bbce"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"

["0.2-0"]
GNNGraphs = "aed8fd31-079b-4b5a-b342-a13352159b8c"
3 changes: 3 additions & 0 deletions G/GNNlib/Versions.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
["0.1.0"]
git-tree-sha1 = "21211aaffc208f6d924377980306ff3621c3c4f6"

["0.2.0"]
git-tree-sha1 = "18cd1730b52e426d2cc6ec702d3820ca07afa0af"
2 changes: 2 additions & 0 deletions G/GNNlib/WeakCompat.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[0]
CUDA = "4-5"

["0-0.1"]
SimpleWeightedGraphs = "1.4.0-1"
2 changes: 2 additions & 0 deletions G/GNNlib/WeakDeps.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[0]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"

["0-0.1"]
SimpleWeightedGraphs = "47aef6b3-ad0c-573a-a1e2-d07658019622"

0 comments on commit 77a41e0

Please sign in to comment.