diff --git a/docs/Project.toml b/docs/Project.toml index c394a3256..daf9e8383 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -1,5 +1,6 @@ [deps] AdvancedHMC = "0bf59076-c3b1-5ca4-86bd-e02cd72cde3d" +ComponentArrays = "b0b7db55-cfe3-40fc-9ded-d10e2dbeff66" Cubature = "667455a9-e2ce-5579-9412-b964f529a492" DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e" Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" @@ -10,6 +11,7 @@ Integrals = "de52edbc-65ea-441a-8357-d3a637375a31" LineSearches = "d3d80556-e9d4-5f37-9878-2ab0fcc64255" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" Lux = "b2108857-7c20-44ae-9111-449ecde12c47" +LuxCUDA = "d0bbae9a-e099-4d5b-a835-1c6931763bda" ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78" MonteCarloMeasurements = "0987c9cc-fe09-11e8-30f0-b96dd679fdca" NeuralPDE = "315f7962-48a3-4962-8226-d0f33b1235f0" @@ -25,6 +27,7 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" [compat] AdvancedHMC = "0.6" +ComponentArrays = "0.15" Cubature = "1.5" DiffEqBase = "6.106" Distributions = "0.25" @@ -34,6 +37,7 @@ Flux = "0.14" Integrals = "4" LineSearches = "7.2" Lux = "0.5" +LuxCUDA = "0.3" ModelingToolkit = "8.33" MonteCarloMeasurements = "1" NeuralPDE = "5.3"