From 6afda35566d468d91ce95d655da4cfe89e67df4f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2020 00:04:26 +0000 Subject: [PATCH] CompatHelper: bump compat for "Distributions" to "0.22" --- Project.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Project.toml b/Project.toml index d77d67b..d8667cf 100644 --- a/Project.toml +++ b/Project.toml @@ -3,20 +3,20 @@ uuid = "4d4e40ad-7e7d-4024-a1b1-ebf43adef3b8" authors = ["hongbinren "] version = "0.1.0" +[deps] +Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" +Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c" +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" + [compat] -julia = "1" -Zygote = "0.4" +Distributions = "0.21, 0.22" Flux = "0.10" -Distributions = "0.21" +Zygote = "0.4" +julia = "1" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [targets] test = ["Test"] - -[deps] -LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" -Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" -Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c" -Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"