From a3e42e1117cec5d06eb7a31f47100ce7af265a6c Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 7 Apr 2026 21:01:37 -0400 Subject: [PATCH] CompatHelper: bump compat for MAT to 0.12 for package docs, (keep existing compat) --- docs/Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Project.toml b/docs/Project.toml index 95690e0..64f8584 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -17,8 +17,8 @@ PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d" Reactant = "3c362404-f566-11ee-1572-e11a4b42c853" Scratch = "6c6a2e73-6563-6170-7368-637461726353" -[sources] -NeuralOperators = {path = ".."} +[sources.NeuralOperators] +path = ".." [compat] AlgebraOfGraphics = "0.10.7, 0.11, 0.12" @@ -29,7 +29,7 @@ DataDeps = "0.7.13" DataFrames = "1" Documenter = "1.7.0" Lux = "1" -MAT = "0.10.7, 0.11" +MAT = "0.10.7, 0.11, 0.12" MLUtils = "0.4.4" NeuralOperators = "0.6" Optimisers = "0.4"