From 8cd48bc6601e05a6567b487b7149e6d3109a2415 Mon Sep 17 00:00:00 2001 From: SimonDanisch Date: Thu, 9 May 2019 13:01:49 +0200 Subject: [PATCH] add back tomls --- .Project.toml => Project.toml | 4 ++-- REQUIRE | 16 ---------------- test/REQUIRE | 9 --------- 3 files changed, 2 insertions(+), 27 deletions(-) rename .Project.toml => Project.toml (90%) delete mode 100644 REQUIRE delete mode 100644 test/REQUIRE diff --git a/.Project.toml b/Project.toml similarity index 90% rename from .Project.toml rename to Project.toml index e59e581a..ef757d7e 100644 --- a/.Project.toml +++ b/Project.toml @@ -39,7 +39,6 @@ julia = "≥ 1.0.0" [extras] FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549" -GR = "28b8d3ca-fb5f-59d9-8090-bfdbd6d07a71" ImageMagick = "6218d12a-5da1-5696-b52f-db25d2ecc6d1" Images = "916415d5-f1e6-5110-898d-aaa5f9f070e0" LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f" @@ -50,6 +49,7 @@ StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228" VisualRegressionTests = "34922c18-7c2a-561c-bac1-01e79b2c4c92" +BinaryProvider = "b99e7846-7c00-51b0-8f62-c81ae34c0232" [targets] -test = ["Pkg", "GR", "Test", "Random", "StatsPlots", "VisualRegressionTests", "LaTeXStrings", "Images", "ImageMagick", "RDatasets", "FileIO", "UnicodePlots"] +test = ["BinaryProvider", "Pkg", "Test", "Random", "StatsPlots", "VisualRegressionTests", "LaTeXStrings", "Images", "ImageMagick", "RDatasets", "FileIO", "UnicodePlots"] diff --git a/REQUIRE b/REQUIRE deleted file mode 100644 index bd236535..00000000 --- a/REQUIRE +++ /dev/null @@ -1,16 +0,0 @@ -julia 1.0 - -RecipesBase 0.6.0 -PlotUtils 0.4.1 -PlotThemes 0.1.3 -Reexport -GeometryTypes -FixedPointNumbers 0.3 -Measures -Showoff -StatsBase 0.14.0 -JSON -NaNMath -Requires -Contour -GR 0.39.0 diff --git a/test/REQUIRE b/test/REQUIRE deleted file mode 100644 index c469edc8..00000000 --- a/test/REQUIRE +++ /dev/null @@ -1,9 +0,0 @@ -FileIO -ImageMagick -Images -LaTeXStrings -RDatasets -StatsPlots -UnicodePlots -VisualRegressionTests -BinaryProvider