From 0ac6de3122ecd30280d2857cf70a054f8cc09f21 Mon Sep 17 00:00:00 2001 From: Avik Pal Date: Wed, 13 Nov 2024 13:53:43 -0500 Subject: [PATCH] fix: lock in LuxCore versions --- Project.toml | 2 +- docs/Project.toml | 2 +- lib/LuxLib/Project.toml | 4 ++-- test/Project.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Project.toml b/Project.toml index 35e0766e5..f89e669b3 100644 --- a/Project.toml +++ b/Project.toml @@ -86,7 +86,7 @@ Functors = "0.5" GPUArraysCore = "0.1.6, 0.2" LinearAlgebra = "1.10" LossFunctions = "0.11.1" -LuxCore = "1" +LuxCore = "1.2" LuxLib = "1.3.7" MLDataDevices = "1.5" MLUtils = "0.4.4" diff --git a/docs/Project.toml b/docs/Project.toml index 646f1b0f5..188f2ab78 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -46,7 +46,7 @@ LinearAlgebra = "1.10" Literate = "2.18.0" Lux = "1" LuxCUDA = "0.3.2" -LuxCore = "1" +LuxCore = "1.2" LuxLib = "1.3.4" LuxTestUtils = "1.5" MLDataDevices = "1.4" diff --git a/lib/LuxLib/Project.toml b/lib/LuxLib/Project.toml index ac6832f19..0f7bb4aff 100644 --- a/lib/LuxLib/Project.toml +++ b/lib/LuxLib/Project.toml @@ -1,7 +1,7 @@ name = "LuxLib" uuid = "82251201-b29d-42c6-8e01-566dec8acb11" authors = ["Avik Pal and contributors"] -version = "1.3.7" +version = "1.3.8" [deps] ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9" @@ -73,7 +73,7 @@ Hwloc = "3.2" KernelAbstractions = "0.9.27" LinearAlgebra = "1.10" LoopVectorization = "0.12.171" -LuxCore = "1" +LuxCore = "1.2" MKL = "0.7" MLDataDevices = "1.5" Markdown = "1.10" diff --git a/test/Project.toml b/test/Project.toml index 793a8362a..7c233bc1e 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -57,7 +57,7 @@ InteractiveUtils = "<0.0.1, 1" LinearAlgebra = "1.10" Logging = "1.10" LoopVectorization = "0.12.171" -LuxCore = "1.0" +LuxCore = "1.2" LuxLib = "1.3.4" LuxTestUtils = "1.5" MLDataDevices = "1.3"