From 5851cd7ad54797a795ecef8cd928bc2ecf5e9246 Mon Sep 17 00:00:00 2001 From: Brian Chen Date: Tue, 20 Sep 2022 20:13:18 -0700 Subject: [PATCH] RFC: add Flux 0.13 compat This is a speculative PR to see if tests pass with a newer Flux version. This package came up recently in a Slack discussion, so it would be great if it did support the latest Flux! --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d031b61..e871c9c 100644 --- a/Project.toml +++ b/Project.toml @@ -17,7 +17,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" ConditionalDists = "0.4" Distributions = "0.23, 0.24" DistributionsAD = "0.6" -Flux = "0.11" +Flux = "0.11, 0.13" IPMeasures = "0.2" Reexport = "0.2" julia = "1"