From 498031eb78b937b7d6a5e50cbcc5c16f289d824a Mon Sep 17 00:00:00 2001 From: Adam Beckmeyer Date: Wed, 17 Apr 2019 16:00:41 -0400 Subject: [PATCH] Add Project.toml for new Julia Registrator package flow --- Project.toml | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++++ REQUIRE | 21 ---------------- test/REQUIRE | 5 ---- 3 files changed, 70 insertions(+), 26 deletions(-) create mode 100644 Project.toml delete mode 100644 REQUIRE delete mode 100644 test/REQUIRE diff --git a/Project.toml b/Project.toml new file mode 100644 index 000000000..ce84fa85c --- /dev/null +++ b/Project.toml @@ -0,0 +1,70 @@ +name = "Gadfly" +uuid = "c91e804a-d5a3-530f-b6f0-dfbca275c004" +version = "1.1.0" + +[deps] +Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f" +CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597" +Colors = "5ae59095-9a9b-59fe-a467-6f913c188581" +Compat = "34da2185-b29b-5c13-b0c7-acf172513d20" +Compose = "a81c6b42-2e10-5240-aca2-a61377ecd94b" +Contour = "d38c429a-6771-53c6-b99e-75d170b6e991" +CoupledFields = "7ad07ef1-bdf2-5661-9d2b-286fd4296dac" +DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8" +Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" +Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" +DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae" +Hexagons = "a1b4810d-1bce-5fbd-ac56-80944d57a21f" +IndirectArrays = "9b13fd28-a010-5f03-acff-a1bbcff69959" +IterTools = "c8e1da08-722c-5040-9ed9-7db0dc04731e" +JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6" +Juno = "e5e0dc1b-0480-54bc-9374-aad01c23163d" +KernelDensity = "5ab0869b-81aa-558d-bb23-cbf5423bbe9b" +LibGit2 = "76f85450-5226-5b5a-8eaa-529ad045b433" +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +Loess = "4345ca2d-374a-55d4-8d30-97f9976e7612" +Measures = "442fdcdd-2543-5da2-b0f3-8c86c306513e" +Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" +Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" +Requires = "ae029012-a4dd-5104-9daa-d747884805df" +Showoff = "992d4aef-0814-514b-bc4d-f2e9a6c4116f" +Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" +StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" + +[compat] +CategoricalArrays = "0.5" +Colors = "0.9" +Compat = "2" +Compose = "0.7" +Contour = "0.5" +CoupledFields = "0.1" +DataStructures = "0.15" +Distributions = "0.18" +DocStringExtensions = "0.7" +Hexagons = "0.2" +IndirectArrays = "0.5" +IterTools = "1" +JSON = "0.20" +Juno = "0.7" +KernelDensity = "0.5" +Loess = "0.5" +Measures = "0.3" +Showoff = "0.2" +StatsBase = "0.29.0" +julia = "0.7, 1" +CSV ="0.4" +Cairo = "0.5" +DataFrames = "0.17" +RDatasets = "0.6" +Unitful = "0.15" + +[extras] +CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b" +Cairo = "159f3aea-2a34-519c-b102-8c37f9878175" +DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" +RDatasets = "ce6b1742-4840-55fa-b093-852dadbb1d8b" +Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" +Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d" + +[targets] +test = ["CSV", "Cairo", "DataFrames", "RDatasets", "Test", "Unitful"] \ No newline at end of file diff --git a/REQUIRE b/REQUIRE deleted file mode 100644 index 25956834b..000000000 --- a/REQUIRE +++ /dev/null @@ -1,21 +0,0 @@ -julia 0.7 -CategoricalArrays # might be able to remove -Colors 0.3.4 -Compat 0.18.0 -Compose 0.7 -Contour 0.1.1 -CoupledFields -DataStructures -Distributions -DocStringExtensions -Hexagons -IterTools -JSON -KernelDensity -Loess -Measures -Showoff 0.0.3 -StatsBase -Juno -IndirectArrays 0.4.2 -Requires diff --git a/test/REQUIRE b/test/REQUIRE deleted file mode 100644 index 60d3fb990..000000000 --- a/test/REQUIRE +++ /dev/null @@ -1,5 +0,0 @@ -DataFrames -RDatasets -Cairo -CSV -Unitful