Skip to content

Commit

Permalink
New package: GNNGraphs v0.1.0 (#111443)
Browse files Browse the repository at this point in the history
UUID: aed8fd31-079b-4b5a-b342-a13352159b8c
Repo: https://github.com/CarloLucibello/GraphNeuralNetworks.jl.git
Tree: f0b9a50c677290ff8862c6505b46255bf4b62704

Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a
  • Loading branch information
JuliaRegistrator authored Jul 24, 2024
1 parent 7bbff7c commit 7b7ac9a
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 0 deletions.
16 changes: 16 additions & 0 deletions G/GNNGraphs/Compat.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[0]
Adapt = "4"
ChainRulesCore = "1"
Functors = "0.4.1-0.4"
Graphs = "1.4.0-1"
KrylovKit = "0.8"
LinearAlgebra = "1"
LuxDeviceUtils = "0.1.24-0.1"
MLUtils = "0.4"
NNlib = "0.9"
NearestNeighbors = "0.4"
Random = "1"
SparseArrays = "1"
Statistics = "1"
StatsBase = "0.34"
julia = "1.9.0-1"
15 changes: 15 additions & 0 deletions G/GNNGraphs/Deps.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[0]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Functors = "d9f16b24-f501-4c13-a1f2-28368ffc5196"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
KrylovKit = "0b1a1467-8014-51b9-945f-bf0ae24f4b77"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LuxDeviceUtils = "34f89e08-e1d5-43b4-8944-0b49ac560553"
MLUtils = "f1d291b0-491e-4a28-83b9-f70985020b54"
NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
NearestNeighbors = "b8a86587-4115-5ab1-83bc-aa920d37bbce"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
4 changes: 4 additions & 0 deletions G/GNNGraphs/Package.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
name = "GNNGraphs"
uuid = "aed8fd31-079b-4b5a-b342-a13352159b8c"
repo = "https://github.com/CarloLucibello/GraphNeuralNetworks.jl.git"
subdir = "GNNGraphs"
2 changes: 2 additions & 0 deletions G/GNNGraphs/Versions.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
["0.1.0"]
git-tree-sha1 = "f0b9a50c677290ff8862c6505b46255bf4b62704"
3 changes: 3 additions & 0 deletions G/GNNGraphs/WeakCompat.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[0]
CUDA = "5"
SimpleWeightedGraphs = "1.4.0-1"
3 changes: 3 additions & 0 deletions G/GNNGraphs/WeakDeps.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[0]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
SimpleWeightedGraphs = "47aef6b3-ad0c-573a-a1e2-d07658019622"
1 change: 1 addition & 0 deletions Registry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7658,6 +7658,7 @@ aec56ffe-cd48-4f37-83c0-3fddfef137dd = { name = "SMRPInversion", path = "S/SMRPI
aed1982a-8fda-507f-9586-7b0439959a61 = { name = "XSLT_jll", path = "jll/X/XSLT_jll" }
aed23131-dcd0-47ca-8090-d21e605652e3 = { name = "SymbolicNeuralNetworks", path = "S/SymbolicNeuralNetworks" }
aed68c70-c8b0-4309-8cd1-d392a74f991a = { name = "SkipNan", path = "S/SkipNan" }
aed8fd31-079b-4b5a-b342-a13352159b8c = { name = "GNNGraphs", path = "G/GNNGraphs" }
aedcc28f-63b5-4046-b467-b09cfa7c8db7 = { name = "FixedPointSinCosApproximations", path = "F/FixedPointSinCosApproximations" }
aedffcd0-7271-4cad-89d0-dc628f76c6d3 = { name = "Static", path = "S/Static" }
aeeaf58c-ab4d-11e9-3a9f-9b6bf58b5bc3 = { name = "GLTF", path = "G/GLTF" }
Expand Down

0 comments on commit 7b7ac9a

Please sign in to comment.