From ab9beb3bdfbba47844c3b08645e0b9e96c22451d Mon Sep 17 00:00:00 2001 From: JuliaRegistrator Date: Mon, 2 Dec 2024 12:28:56 +0000 Subject: [PATCH] New package: GNNLux v0.1.0 UUID: e8545f4d-a905-48ac-a8c4-ca114b98986d Repo: https://github.com/JuliaGraphs/GraphNeuralNetworks.jl.git Tree: ec7d8da1e0593ab0abb9895b5fc0898bb8d76e53 Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a --- G/GNNLux/Compat.toml | 12 ++++++++++++ G/GNNLux/Deps.toml | 11 +++++++++++ G/GNNLux/Package.toml | 4 ++++ G/GNNLux/Versions.toml | 2 ++ Registry.toml | 1 + 5 files changed, 30 insertions(+) create mode 100644 G/GNNLux/Compat.toml create mode 100644 G/GNNLux/Deps.toml create mode 100644 G/GNNLux/Package.toml create mode 100644 G/GNNLux/Versions.toml diff --git a/G/GNNLux/Compat.toml b/G/GNNLux/Compat.toml new file mode 100644 index 000000000000000..19984237ad036aa --- /dev/null +++ b/G/GNNLux/Compat.toml @@ -0,0 +1,12 @@ +[0] +ConcreteStructs = "0.2.3-0.2" +GNNGraphs = "1.3.0-1" +GNNlib = "0.2.3-0.2" +Lux = "1" +LuxCore = "1" +NNlib = "0.9.21-0.9" +Random = "1" +Reexport = "1.2.0-1" +Static = "1.1.0-1" +Statistics = "1" +julia = "1.10.0-1" diff --git a/G/GNNLux/Deps.toml b/G/GNNLux/Deps.toml new file mode 100644 index 000000000000000..75178f935cd6c2e --- /dev/null +++ b/G/GNNLux/Deps.toml @@ -0,0 +1,11 @@ +[0] +ConcreteStructs = "2569d6c7-a4a2-43d3-a901-331e8e4be471" +GNNGraphs = "aed8fd31-079b-4b5a-b342-a13352159b8c" +GNNlib = "a6a84749-d869-43f8-aacc-be26a1996e48" +Lux = "b2108857-7c20-44ae-9111-449ecde12c47" +LuxCore = "bb33d45b-7691-41d6-9220-0943567d0623" +NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd" +Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" +Reexport = "189a3867-3050-52da-a836-e630ba90ab69" +Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3" +Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" diff --git a/G/GNNLux/Package.toml b/G/GNNLux/Package.toml new file mode 100644 index 000000000000000..f512208cb4cde95 --- /dev/null +++ b/G/GNNLux/Package.toml @@ -0,0 +1,4 @@ +name = "GNNLux" +uuid = "e8545f4d-a905-48ac-a8c4-ca114b98986d" +repo = "https://github.com/JuliaGraphs/GraphNeuralNetworks.jl.git" +subdir = "GNNLux" diff --git a/G/GNNLux/Versions.toml b/G/GNNLux/Versions.toml new file mode 100644 index 000000000000000..fb6c0b353f3bee0 --- /dev/null +++ b/G/GNNLux/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "ec7d8da1e0593ab0abb9895b5fc0898bb8d76e53" diff --git a/Registry.toml b/Registry.toml index 008bdd1a5d283de..527d6963ef3eca3 100644 --- a/Registry.toml +++ b/Registry.toml @@ -10687,6 +10687,7 @@ e850a1a4-d859-11e8-3d54-a195e6d045d3 = { name = "GpABC", path = "G/GpABC" } e85266a6-1825-490b-a80e-9b9469c53660 = { name = "PyBraket", path = "P/PyBraket" } e853e177-4ae5-507f-af00-4766098699e4 = { name = "BoltzmannMachinesPlots", path = "B/BoltzmannMachinesPlots" } e853f5be-6863-11e9-128d-476edb89bfb5 = { name = "Onda", path = "O/Onda" } +e8545f4d-a905-48ac-a8c4-ca114b98986d = { name = "GNNLux", path = "G/GNNLux" } e85744ed-4169-5045-9cd9-67bbfebc0d5b = { name = "GNUTime_jll", path = "jll/G/GNUTime_jll" } e85b2321-5bf6-5335-9209-779fed322386 = { name = "cargo_license_jll", path = "jll/C/cargo_license_jll" } e86bdf43-55f7-5ea2-9fd0-e7daa2c0f2b4 = { name = "rr_jll", path = "jll/R/rr_jll" }