diff --git a/Registry.toml b/Registry.toml index 9dd13459f925d21..b2baba66641bf1d 100644 --- a/Registry.toml +++ b/Registry.toml @@ -7986,6 +7986,7 @@ ac82832f-fdb8-443a-8a43-6f2f224322a9 = { name = "SVDSubset", path = "S/SVDSubset ac87d701-7792-4b86-94b3-1f30c027900b = { name = "BioDemuX", path = "B/BioDemuX" } ac8b01d9-0237-5573-85ad-ea456511aa8e = { name = "HighestDensityRegions", path = "H/HighestDensityRegions" } ac8d63fe-4615-43ae-9860-9cd4a3820532 = { name = "Libsharp", path = "L/Libsharp" } +ac92255e-d98e-45c4-b636-98964c1c8a8b = { name = "Speculator", path = "S/Speculator" } ac97e89c-ede4-4801-915b-eb83a6cbfe69 = { name = "SpikingNNFunctions", path = "S/SpikingNNFunctions" } ac9b3a88-3e1f-57b7-8ce2-ad00cf637f7b = { name = "MarketCycles", path = "M/MarketCycles" } ac9de150-d08f-4546-94fb-7472b5760531 = { name = "LuxTestUtils", path = "L/LuxTestUtils" } diff --git a/S/Speculator/Compat.toml b/S/Speculator/Compat.toml new file mode 100644 index 000000000000000..62c1b31250147d0 --- /dev/null +++ b/S/Speculator/Compat.toml @@ -0,0 +1,3 @@ +[0] +InteractiveUtils = "1.10.0-1" +julia = "1.10.0-1" diff --git a/S/Speculator/Deps.toml b/S/Speculator/Deps.toml new file mode 100644 index 000000000000000..2e9c0aeda46d8a8 --- /dev/null +++ b/S/Speculator/Deps.toml @@ -0,0 +1,2 @@ +[0] +InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240" diff --git a/S/Speculator/Package.toml b/S/Speculator/Package.toml new file mode 100644 index 000000000000000..3bbcac5416df7a9 --- /dev/null +++ b/S/Speculator/Package.toml @@ -0,0 +1,3 @@ +name = "Speculator" +uuid = "ac92255e-d98e-45c4-b636-98964c1c8a8b" +repo = "https://github.com/jakobjpeters/Speculator.jl.git" diff --git a/S/Speculator/Versions.toml b/S/Speculator/Versions.toml new file mode 100644 index 000000000000000..af2638dd8d63dfe --- /dev/null +++ b/S/Speculator/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "64a7aff56e3ed47ce39c0f0d955e5bfacabb120f"