From 06468267f590bce82ad68800eeede76465cb70b2 Mon Sep 17 00:00:00 2001 From: JuliaRegistrator Date: Tue, 29 Nov 2022 18:14:33 +0000 Subject: [PATCH] New package: PyBraket v0.1.0 UUID: e85266a6-1825-490b-a80e-9b9469c53660 Repo: https://github.com/awslabs/Braket.jl.git Tree: 362553bc151177fbcbf71efe9e13221ba34d73b9 Registrator tree SHA: 8e1a5ac2695627143951512d700c7e3c445102ec --- P/PyBraket/Compat.toml | 9 +++++++++ P/PyBraket/Deps.toml | 9 +++++++++ P/PyBraket/Package.toml | 4 ++++ P/PyBraket/Versions.toml | 2 ++ Registry.toml | 1 + 5 files changed, 25 insertions(+) create mode 100644 P/PyBraket/Compat.toml create mode 100644 P/PyBraket/Deps.toml create mode 100644 P/PyBraket/Package.toml create mode 100644 P/PyBraket/Versions.toml diff --git a/P/PyBraket/Compat.toml b/P/PyBraket/Compat.toml new file mode 100644 index 000000000000000..d2d904db8773668 --- /dev/null +++ b/P/PyBraket/Compat.toml @@ -0,0 +1,9 @@ +[0] +AWS = "1.78.0" +Braket = "0.1.0" +CondaPkg = "0.2.14" +DataStructures = "0.18.13" +MicroMamba = "0.1.9" +PythonCall = "0.9.7" +StructTypes = "1.10.0" +julia = "1.6.0-1" diff --git a/P/PyBraket/Deps.toml b/P/PyBraket/Deps.toml new file mode 100644 index 000000000000000..fbcfb97e8ea0a3e --- /dev/null +++ b/P/PyBraket/Deps.toml @@ -0,0 +1,9 @@ +[0] +AWS = "fbe9abb3-538b-5e4e-ba9e-bc94f4f92ebc" +Braket = "19504a0f-b47d-4348-9127-acc6cc69ef67" +CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab" +DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8" +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +MicroMamba = "0b3b1443-0f03-428d-bdfb-f27f9c1191ea" +PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d" +StructTypes = "856f2bd8-1eba-4b0a-8007-ebc267875bd4" diff --git a/P/PyBraket/Package.toml b/P/PyBraket/Package.toml new file mode 100644 index 000000000000000..fc8379cda286e7c --- /dev/null +++ b/P/PyBraket/Package.toml @@ -0,0 +1,4 @@ +name = "PyBraket" +uuid = "e85266a6-1825-490b-a80e-9b9469c53660" +repo = "https://github.com/awslabs/Braket.jl.git" +subdir = "PyBraket" diff --git a/P/PyBraket/Versions.toml b/P/PyBraket/Versions.toml new file mode 100644 index 000000000000000..a415383573df0e1 --- /dev/null +++ b/P/PyBraket/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "362553bc151177fbcbf71efe9e13221ba34d73b9" diff --git a/Registry.toml b/Registry.toml index bc34369ec8a7b16..3578be626f31507 100644 --- a/Registry.toml +++ b/Registry.toml @@ -7908,6 +7908,7 @@ e82bed00-89d9-4bf2-a298-ae594e22fac7 = { name = "GalacticEvolutionary", path = " e83058a5-5d84-4d47-98c5-f4cddc4c1074 = { name = "IsoPkg", path = "I/IsoPkg" } e840c479-728b-4aa1-8e51-d6f149480f58 = { name = "TwiliteTimeline", path = "T/TwiliteTimeline" } 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" } e85744ed-4169-5045-9cd9-67bbfebc0d5b = { name = "GNUTime_jll", path = "G/GNUTime_jll" }