From d5810d49b88fd5b0920b79aeb890430d40860dcf Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 5 Nov 2024 01:47:01 +0000 Subject: [PATCH] chore: bump compat for Functors to 0.5, (keep existing compat) --- Project.toml | 4 ++-- docs/Project.toml | 4 ++-- test/Project.toml | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Project.toml b/Project.toml index cd7a1c4..c9e75ae 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Boltz" uuid = "4544d5e4-abc5-4dea-817f-29e4c205d9c8" authors = ["Avik Pal and contributors"] -version = "1.0.2" +version = "1.0.3" [deps] ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" @@ -53,7 +53,7 @@ ConcreteStructs = "0.2.3" DataInterpolations = "6.4" DynamicExpressions = "0.16, 0.17, 0.18, 0.19, 1" ForwardDiff = "0.10.36" -Functors = "0.4.12" +Functors = "0.4.12, 0.5" GPUArraysCore = "0.1.6, 0.2" JLD2 = "0.5" LazyArtifacts = "1.10" diff --git a/docs/Project.toml b/docs/Project.toml index 6621991..e711389 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -10,12 +10,12 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" [compat] -Boltz = "1" +Boltz = "1.1" Documenter = "1" DocumenterCitations = "1" DocumenterVitepress = "0.1" DynamicExpressions = "0.16, 0.17, 0.18, 0.19, 1" Literate = "2" -Lux = "1" +Lux = "1.3" Random = "1.10" Zygote = "0.6.70" diff --git a/test/Project.toml b/test/Project.toml index a05d3bd..f8d191e 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -42,12 +42,12 @@ Hwloc = "3.2.0" InteractiveUtils = "<0.0.1, 1" JLD2 = "0.5" LoopVectorization = "0.12.171" -Lux = "1" -LuxLib = "1" +Lux = "1.3" +LuxLib = "1.3.7" LuxTestUtils = "1.1.2" -MLDataDevices = "1" +MLDataDevices = "1.6" Metalhead = "0.9" -NNlib = "0.9.21" +NNlib = "0.9.24" Pkg = "1.10" Random = "1.10" ReTestItems = "1.24.0"