From e8daf35b9e0c7d89aa28a65d6d67814c3eaf3e24 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2020 00:19:31 +0000 Subject: [PATCH] CompatHelper: add new compat entry for "Remark" at version "0.3" --- Project.toml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Project.toml b/Project.toml index 7a34e9f..0744e25 100644 --- a/Project.toml +++ b/Project.toml @@ -23,17 +23,18 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" [compat] ArgParse = "1.1" -Pipe = "1.3" -Distributions = "0.23" -Debugger = "0.6" Convex = "0.13" -SCS = "0.6" +Debugger = "0.6" +Distributions = "0.23" Flux = "0.11" +IJulia = "1.21" +Pipe = "1.3" PyCall = "1.91" -Zygote = "0.5" PyPlot = "2.9" +Remark = "0.3" +SCS = "0.6" StatsBase = "0.33" -IJulia = "1.21" +Zygote = "0.5" julia = "1.4.1" [extras]