From 2b828f27bdbdc94d3d54346cc9250c0d0f608c52 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 11 Jul 2024 04:03:48 +0000 Subject: [PATCH] CompatHelper: add new compat entry for HighDimPDE at version 2 for package docs, (keep existing compat) --- docs/Project.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/Project.toml b/docs/Project.toml index a3e379d..699aaae 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -1,15 +1,16 @@ [deps] CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba" -cuDNN = "02a925ec-e4fe-4b08-9a7e-0d78e3d38ccd" Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c" HighDimPDE = "57c578d5-59d4-4db8-a490-a9fc372d19d2" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" StochasticDiffEq = "789caeaf-c7a9-5a7d-9973-96adeb23e2a0" +cuDNN = "02a925ec-e4fe-4b08-9a7e-0d78e3d38ccd" [compat] CUDA = "5.4.2" -cuDNN = "1.3.2" Documenter = "1" Flux = "0.14.16" +HighDimPDE = "2" StochasticDiffEq = "6.66" +cuDNN = "1.3.2"