From 2d60bf8e8a2c8c4f60540351e29874ca8fd94db1 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 15 Nov 2024 00:27:53 +0000 Subject: [PATCH] CompatHelper: bump compat for LuxCore to 1 for package LuxLib, (keep existing compat) --- lib/LuxLib/Project.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/LuxLib/Project.toml b/lib/LuxLib/Project.toml index 481872491d..38f1d8202d 100644 --- a/lib/LuxLib/Project.toml +++ b/lib/LuxLib/Project.toml @@ -19,8 +19,8 @@ LuxCore = "bb33d45b-7691-41d6-9220-0943567d0623" MLDataDevices = "7e8f7934-dd98-4c1a-8fe8-92b47a384d40" Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a" NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd" -Preferences = "21216c6a-2e73-6563-6e65-726566657250" Polyester = "f517fe37-dbe3-4b94-8317-1923a5111588" +Preferences = "21216c6a-2e73-6563-6e65-726566657250" Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" Reexport = "189a3867-3050-52da-a836-e630ba90ab69" Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3" @@ -32,9 +32,9 @@ AMDGPU = "21141c5a-9bdb-4563-92ae-f87d6854732e" AppleAccelerate = "13e28ba4-7ad8-5781-acae-3021b1ed3924" BLISBLAS = "6f275bd8-fec0-4d39-945b-7e95a765fa1e" CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba" -MKL = "33e6dc65-8f57-5167-99aa-e5a354878fb2" Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9" LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890" +MKL = "33e6dc65-8f57-5167-99aa-e5a354878fb2" Octavian = "6fd5a793-0b7e-452c-907f-f8bfe9c57db4" ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267" SLEEFPirates = "476501e8-09a2-5ece-8869-fb82de89a1fa" @@ -45,9 +45,9 @@ cuDNN = "02a925ec-e4fe-4b08-9a7e-0d78e3d38ccd" LuxLibAppleAccelerateExt = "AppleAccelerate" LuxLibBLISBLASExt = "BLISBLAS" LuxLibCUDAExt = "CUDA" -LuxLibMKLExt = "MKL" LuxLibEnzymeExt = "Enzyme" LuxLibLoopVectorizationExt = "LoopVectorization" +LuxLibMKLExt = "MKL" LuxLibOctavianExt = ["Octavian", "LoopVectorization"] LuxLibReverseDiffExt = "ReverseDiff" LuxLibSLEEFPiratesExt = "SLEEFPirates" @@ -73,14 +73,14 @@ Hwloc = "3.2" KernelAbstractions = "0.9.27" LinearAlgebra = "1.10" LoopVectorization = "0.12.171" -LuxCore = "1.2" +LuxCore = "1.2, 1" MKL = "0.7" MLDataDevices = "1.6" Markdown = "1.10" NNlib = "0.9.24" Octavian = "0.3.28" -Preferences = "1.4.3" Polyester = "0.7.15" +Preferences = "1.4.3" Random = "1.10" Reexport = "1" ReverseDiff = "1.15"