From a6e226460dcb7d302ce8f2a348bd3e344f1b834a Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 26 Oct 2021 00:42:27 +0000 Subject: [PATCH] CompatHelper: bump compat for Distances to 0.10 for package test, (keep existing compat) --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index ef3a56dc2..173cfe1b3 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -17,7 +17,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" [compat] AxisArrays = "0.4.3" -Distances = "= 0.10.0, = 0.10.1, = 0.10.2, = 0.10.3, = 0.10.4" +Distances = "= 0.10.0, = 0.10.1, = 0.10.2, = 0.10.3, = 0.10.4, 0.10" Documenter = "0.25, 0.26, 0.27" FiniteDifferences = "0.10.8, 0.11, 0.12" ForwardDiff = "0.10"