diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b9737366b..7e6472e9d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,6 +10,7 @@ jobs: matrix: version: - '1.6' + - '1.9' os: - ubuntu-latest - macOS-latest diff --git a/Project.toml b/Project.toml index 179fb17b3..a2b1671b4 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "FluxTraining" uuid = "7bf95e4d-ca32-48da-9824-f0dc5310474f" authors = ["lorenzoh "] -version = "0.3.8" +version = "0.3.9" [deps] BSON = "fbb218c0-5317-5bc6-957e-2ee96dd4b1f0" @@ -33,13 +33,13 @@ BSON = "0.2, 0.3" ChainRulesCore = "1" DataStructures = "0.18" EarlyStopping = "0.1, 0.2, 0.3" -Flux = "0.11, 0.12, 0.13" +Flux = "0.11, 0.12, 0.13, 0.14" Glob = "1.3" Graphs = "1" -ImageCore = "0.8, 0.9" +ImageCore = "0.8, 0.9, 0.10" InlineTest = "0.2" OnlineStats = "1.5" -Optimisers = "0.2" +Optimisers = "0.2, 0.3" ParameterSchedulers = "0.3.1" Parameters = "0.12" PrettyTables = "1, 1.1, 1.2, 2"