diff --git a/P/PhyLibrary/Compat.toml b/P/PhyLibrary/Compat.toml new file mode 100644 index 000000000000000..e69de29bb2d1d64 diff --git a/P/PhyLibrary/Deps.toml b/P/PhyLibrary/Deps.toml new file mode 100644 index 000000000000000..c39b40367f98a02 --- /dev/null +++ b/P/PhyLibrary/Deps.toml @@ -0,0 +1,10 @@ +[0] +CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b" +Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa" +DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" +Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" +FreqTables = "da1fdf0e-e0ff-5433-a45f-9bb5ff651cb1" +HypothesisTests = "09f84164-cd44-5f33-b23f-e6b0d136a0d5" +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" +Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" diff --git a/P/PhyLibrary/Package.toml b/P/PhyLibrary/Package.toml new file mode 100644 index 000000000000000..cfbdee73b8af866 --- /dev/null +++ b/P/PhyLibrary/Package.toml @@ -0,0 +1,3 @@ +name = "PhyLibrary" +uuid = "9acac36b-edab-401e-8075-823f9c00cb12" +repo = "https://github.com/lliu1871/PhyLibrary.git" diff --git a/P/PhyLibrary/Versions.toml b/P/PhyLibrary/Versions.toml new file mode 100644 index 000000000000000..82f11c0b106c28c --- /dev/null +++ b/P/PhyLibrary/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "443f24e4f56aa5c957cf08c977de4d15fb1ed990" diff --git a/Registry.toml b/Registry.toml index 3795b53bd4b140e..6603a2d21fdcb63 100644 --- a/Registry.toml +++ b/Registry.toml @@ -6980,6 +6980,7 @@ some amount of consideration when choosing package names. 9ac5fd70-7902-42e7-9745-ff446b44e779 = { name = "MultiAgentPOMDPs", path = "M/MultiAgentPOMDPs" } 9ac91abb-62f4-42c0-88e8-83732e93d543 = { name = "HardwareAbstractions", path = "H/HardwareAbstractions" } 9ac9c2a2-1cfe-46d3-b3fd-6fa470ea56a7 = { name = "Backboner", path = "B/Backboner" } +9acac36b-edab-401e-8075-823f9c00cb12 = { name = "PhyLibrary", path = "P/PhyLibrary" } 9ace170a-bc31-55e8-8cff-70366ba5762e = { name = "SOLAR_jll", path = "jll/S/SOLAR_jll" } 9ae0eaca-57f6-5d9a-9b02-4a09e011bd92 = { name = "DependencyTrees", path = "D/DependencyTrees" } 9ae346a0-3d16-5633-ad70-ddb60ab77eac = { name = "RandomBooleanMatrices", path = "R/RandomBooleanMatrices" }