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"