Skip to content

Commit

Permalink
chore: bump compat for MKL in [weakdeps] to 0.8 for package LuxLib, (…
Browse files Browse the repository at this point in the history
…keep existing compat) (#1231)

Co-authored-by: CompatHelper Julia <[email protected]>
  • Loading branch information
github-actions[bot] and CompatHelper Julia authored Feb 1, 2025
1 parent bf7b25e commit 1aee9bc
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions lib/LuxLib/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,11 @@ SLEEFPirates = "476501e8-09a2-5ece-8869-fb82de89a1fa"
Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
cuDNN = "02a925ec-e4fe-4b08-9a7e-0d78e3d38ccd"

[sources]
LuxCore = {path = "../LuxCore"}
MLDataDevices = {path = "../MLDataDevices"}
[sources.LuxCore]
path = "../LuxCore"

[sources.MLDataDevices]
path = "../MLDataDevices"

[extensions]
LuxLibAppleAccelerateExt = "AppleAccelerate"
Expand Down Expand Up @@ -82,7 +84,7 @@ KernelAbstractions = "0.9.27"
LinearAlgebra = "1.10"
LoopVectorization = "0.12.171"
LuxCore = "1.2"
MKL = "0.7"
MKL = "0.7, 0.8"
MLDataDevices = "1.6"
Markdown = "1.10"
NNlib = "0.9.26"
Expand Down

0 comments on commit 1aee9bc

Please sign in to comment.