From dfb7f2400c7b372f3552e321a14ae363bd0e4f50 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2020 00:13:35 +0100 Subject: [PATCH] CompatHelper: bump compat for "NNlib" to "0.7" (#115) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 4a7dcce0..94d16eba 100644 --- a/Project.toml +++ b/Project.toml @@ -25,7 +25,7 @@ Distributions = "0.23.3" DistributionsAD = "0.6" ForwardDiff = "0.10.3" MappedArrays = "0.2.2" -NNlib = "0.6" +NNlib = "0.6, 0.7" Reexport = "0.2" Requires = "0.5, 1" Roots = "0.8.4, 1.0"