From 0597ca5c5652207dc12c250ed1b41d0d148ed0a1 Mon Sep 17 00:00:00 2001 From: JuliaRegistrator Date: Sun, 21 Jul 2024 10:33:54 +0000 Subject: [PATCH] New package: GNNGraphs v0.1.0 UUID: aed8fd31-079b-4b5a-b342-a13352159b8c Repo: https://github.com/CarloLucibello/GraphNeuralNetworks.jl.git Tree: f0b9a50c677290ff8862c6505b46255bf4b62704 Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a --- G/GNNGraphs/Compat.toml | 16 ++++++++++++++++ G/GNNGraphs/Deps.toml | 15 +++++++++++++++ G/GNNGraphs/Package.toml | 4 ++++ G/GNNGraphs/Versions.toml | 2 ++ G/GNNGraphs/WeakCompat.toml | 3 +++ G/GNNGraphs/WeakDeps.toml | 3 +++ Registry.toml | 1 + 7 files changed, 44 insertions(+) create mode 100644 G/GNNGraphs/Compat.toml create mode 100644 G/GNNGraphs/Deps.toml create mode 100644 G/GNNGraphs/Package.toml create mode 100644 G/GNNGraphs/Versions.toml create mode 100644 G/GNNGraphs/WeakCompat.toml create mode 100644 G/GNNGraphs/WeakDeps.toml diff --git a/G/GNNGraphs/Compat.toml b/G/GNNGraphs/Compat.toml new file mode 100644 index 000000000000000..ebda0169775b364 --- /dev/null +++ b/G/GNNGraphs/Compat.toml @@ -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" diff --git a/G/GNNGraphs/Deps.toml b/G/GNNGraphs/Deps.toml new file mode 100644 index 000000000000000..edf29b1953da619 --- /dev/null +++ b/G/GNNGraphs/Deps.toml @@ -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" diff --git a/G/GNNGraphs/Package.toml b/G/GNNGraphs/Package.toml new file mode 100644 index 000000000000000..4abd5abf94519c3 --- /dev/null +++ b/G/GNNGraphs/Package.toml @@ -0,0 +1,4 @@ +name = "GNNGraphs" +uuid = "aed8fd31-079b-4b5a-b342-a13352159b8c" +repo = "https://github.com/CarloLucibello/GraphNeuralNetworks.jl.git" +subdir = "GNNGraphs" diff --git a/G/GNNGraphs/Versions.toml b/G/GNNGraphs/Versions.toml new file mode 100644 index 000000000000000..bb0552fa6a55c9d --- /dev/null +++ b/G/GNNGraphs/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "f0b9a50c677290ff8862c6505b46255bf4b62704" diff --git a/G/GNNGraphs/WeakCompat.toml b/G/GNNGraphs/WeakCompat.toml new file mode 100644 index 000000000000000..6d861351387f789 --- /dev/null +++ b/G/GNNGraphs/WeakCompat.toml @@ -0,0 +1,3 @@ +[0] +CUDA = "5" +SimpleWeightedGraphs = "1.4.0-1" diff --git a/G/GNNGraphs/WeakDeps.toml b/G/GNNGraphs/WeakDeps.toml new file mode 100644 index 000000000000000..1026d8e7211ef4a --- /dev/null +++ b/G/GNNGraphs/WeakDeps.toml @@ -0,0 +1,3 @@ +[0] +CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba" +SimpleWeightedGraphs = "47aef6b3-ad0c-573a-a1e2-d07658019622" diff --git a/Registry.toml b/Registry.toml index 59400d1aebec889..a0d37006a5a51ae 100644 --- a/Registry.toml +++ b/Registry.toml @@ -7651,6 +7651,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" }