From a41ca2554455d1f1076780629fa1003235366903 Mon Sep 17 00:00:00 2001 From: Avik Pal Date: Sun, 18 Aug 2024 13:07:56 -0700 Subject: [PATCH] chore: update to using LuxCore@1.0 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index fd7cc015..d8418a9d 100644 --- a/Project.toml +++ b/Project.toml @@ -67,9 +67,9 @@ Hwloc = "3.2" KernelAbstractions = "0.9.22" LinearAlgebra = "1.10" LoopVectorization = "0.12.171" -LuxCore = "0.1.13, 1" +LuxCore = "1" MKL = "0.7" -MLDataDevices = "1.0.0" +MLDataDevices = "1" Markdown = "1.10" NNlib = "0.9.21" Octavian = "0.3.28"