From 0705dc517f66a3aecb8c64d8b6be1752785d8b19 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 31 Aug 2022 00:20:06 +0000 Subject: [PATCH] CompatHelper: bump compat for TransformVariables to 0.7, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 70d3a11..9f20c8e 100644 --- a/Project.toml +++ b/Project.toml @@ -50,7 +50,7 @@ SampleChains = "0.5" Static = "0.5, 0.6" StatsBase = "0.33" StatsFuns = "0.9, 1" -TransformVariables = "0.5, 0.6" +TransformVariables = "0.5, 0.6, 0.7" Tricks = "0.1" TupleVectors = "0.1, 0.2" julia = "1.6"