diff --git a/P/PRASCore/Compat.toml b/P/PRASCore/Compat.toml new file mode 100644 index 000000000000000..6f19da1efe45b94 --- /dev/null +++ b/P/PRASCore/Compat.toml @@ -0,0 +1,12 @@ +[0] +Dates = "1" +MinCostFlows = "0.1.2-0.1" +OnlineStats = "1" +OnlineStatsBase = "1" +Printf = "1.10.0-1" +Random = "1" +Random123 = "1" +Reexport = "1" +StatsBase = "0.34" +TimeZones = "1" +julia = "1.10.0-1" diff --git a/P/PRASCore/Deps.toml b/P/PRASCore/Deps.toml new file mode 100644 index 000000000000000..5264b1d04c9387e --- /dev/null +++ b/P/PRASCore/Deps.toml @@ -0,0 +1,11 @@ +[0] +Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" +MinCostFlows = "62286e6e-1779-56f1-888a-1c0056788ce0" +OnlineStats = "a15396b6-48d5-5d58-9928-6d29437db91e" +OnlineStatsBase = "925886fa-5bf2-5e8e-b522-a9147a512338" +Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" +Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" +Random123 = "74087812-796a-5b5d-8853-05524746bad3" +Reexport = "189a3867-3050-52da-a836-e630ba90ab69" +StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" +TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53" diff --git a/P/PRASCore/Package.toml b/P/PRASCore/Package.toml new file mode 100644 index 000000000000000..3590a4b0e32be18 --- /dev/null +++ b/P/PRASCore/Package.toml @@ -0,0 +1,4 @@ +name = "PRASCore" +uuid = "c5c32b99-e7c3-4530-a685-6f76e19f7fe2" +repo = "https://github.com/NREL/PRAS.git" +subdir = "PRASCore.jl" diff --git a/P/PRASCore/Versions.toml b/P/PRASCore/Versions.toml new file mode 100644 index 000000000000000..b66f96def54ce1b --- /dev/null +++ b/P/PRASCore/Versions.toml @@ -0,0 +1,2 @@ +["0.7.0"] +git-tree-sha1 = "7f876920fc9727874f5601a967a3a387c80b9903" diff --git a/Registry.toml b/Registry.toml index ad29b297986900c..755a3be182d3912 100644 --- a/Registry.toml +++ b/Registry.toml @@ -9149,6 +9149,7 @@ c5ad59e2-017c-4e02-9cbc-8c6117b2c1fd = { name = "GNRProdEst", path = "G/GNRProdE c5b589a2-a6b9-49ee-a8e2-5aea4d514ee8 = { name = "ColorLab", path = "C/ColorLab" } c5bbfde1-2136-42cd-9b65-d5719df69ebf = { name = "BinomialGPU", path = "B/BinomialGPU" } c5bfea45-b7f1-5224-a596-15500f5db411 = { name = "Embeddings", path = "E/Embeddings" } +c5c32b99-e7c3-4530-a685-6f76e19f7fe2 = { name = "PRASCore", path = "P/PRASCore" } c5caad1f-83bd-4ce8-ac8e-4b29921e994e = { name = "ExprParsers", path = "E/ExprParsers" } c5d12a1c-ebca-44e1-aaa9-03f0dbaa929f = { name = "SnowyOwl", path = "S/SnowyOwl" } c5d2ca1b-4127-462e-b5fa-7f6e5ca16f83 = { name = "Unfolding", path = "U/Unfolding" }