From a23a66a89772dbe5f5d393706265bae8563d0f51 Mon Sep 17 00:00:00 2001 From: Nero Blackstone Date: Wed, 25 Sep 2024 00:52:25 +0800 Subject: [PATCH] update to lux 1.1 and JLD 0.5 --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 2433575..16f5596 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "PianoHands" uuid = "74435128-bd9d-4d82-978b-bd768beb391e" authors = ["NeroBlackstone "] -version = "0.2.0" +version = "0.3.0" [deps] CodecZlib = "944b1d66-785c-5afd-91f1-9de20f533193" @@ -25,8 +25,8 @@ test = ["Test"] [compat] CodecZlib = "0.7" IterTools = "1.10" -JLD2 = "0.4" -Lux = "1.0" +JLD2 = "0.5" +Lux = "1.1" LuxCUDA = "0.3" MIDI = "2.7" MLUtils = "0.4"