From 3e3d13863dd5a409d4a5113997cca579d4b4efd8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 26 Dec 2020 07:57:05 +0000 Subject: [PATCH] CompatHelper: bump compat for "Reexport" to "1.0" --- Project.toml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/Project.toml b/Project.toml index fd62437..5bd75e7 100644 --- a/Project.toml +++ b/Project.toml @@ -1,34 +1,34 @@ -authors = ["Vladimir Arnautov (mail@pharmcat.net)"] name = "ClinicalTrialUtilities" uuid = "535c2557-d7d0-564d-8ff9-4ae146c18cfe" +authors = ["Vladimir Arnautov (mail@pharmcat.net)"] version = "0.4.0" [deps] -Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" +DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" -StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc" -SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" -Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665" +Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01" Reexport = "189a3867-3050-52da-a836-e630ba90ab69" -DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" +Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665" +SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" +StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" + +[compat] +DataFrames = "0.19, 0.20, 0.21, 0.22" +Distributions = "0.16, 0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 0.23, 0.24" +QuadGK = "2.0, 2.1, 2.2, 2.3, 2.4" +RecipesBase = "0.7, 0.8, 1" +Reexport = "0.1, 0.2, 1.0" +Roots = "0.7, 0.8, 1" +SpecialFunctions = "0.8, 0.9, 0.10, 1" +StatsBase = "0.22, 0.23, 0.24, 0.25, 0.26, 0.27, 0.28, 0.29, 0.30, 0.31, 0.32, 0.33" +julia = "1.0, 1.1, 1.2, 1.3, 1.4, 1.5" [extras] CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b" -Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" +Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [targets] test = ["CSV", "Test", "Plots"] - -[compat] -julia = "1.0, 1.1, 1.2, 1.3, 1.4, 1.5" -Distributions = "0.16, 0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 0.23, 0.24" -StatsBase = "0.22, 0.23, 0.24, 0.25, 0.26, 0.27, 0.28, 0.29, 0.30, 0.31, 0.32, 0.33" -QuadGK = "2.0, 2.1, 2.2, 2.3, 2.4" -SpecialFunctions = "0.8, 0.9, 0.10, 1" -Roots = "0.7, 0.8, 1" -RecipesBase = "0.7, 0.8, 1" -Reexport = "0.1, 0.2" -DataFrames = "0.19, 0.20, 0.21, 0.22"