From 0c8ea08d551c09108d6e5ad2c414fafe03fdf27c Mon Sep 17 00:00:00 2001 From: Eric Hanson <5846501+ericphanson@users.noreply.github.com> Date: Thu, 19 May 2022 22:36:50 +0200 Subject: [PATCH] bump flux compat --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 545abe7..deaff45 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "LighthouseFlux" uuid = "56a5d6c5-c9a8-4db3-ae3d-7c3fdb50c563" authors = ["Beacon Biosignals, Inc."] -version = "0.3.5" +version = "0.3.6" [deps] Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c" @@ -13,7 +13,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" [compat] CairoMakie = "0.6.2, 0.7" -Flux = "0.10.4, 0.11, 0.12" +Flux = "0.10.4, 0.11, 0.12, 0.13" Functors = "0.2.8" Lighthouse = "0.14.6" StableRNGs = "1.0"