diff --git a/Project.toml b/Project.toml index ce9247661..3190dac86 100644 --- a/Project.toml +++ b/Project.toml @@ -50,6 +50,7 @@ ChainRulesCore = "1" Combinatorics = "1 - 1.0.2" ConstructionBase = "1.5.7" DataStructures = "0.18, 0.19" +Distributions = "0.25.122" DocStringExtensions = "0.8, 0.9" DynamicPolynomials = "0.6.4" EnumX = "1.0.5" @@ -77,7 +78,6 @@ TaskLocalValues = "0.1.2" TermInterface = "2.0" WeakCacheSets = "0.1.0" julia = "1.10" - [extras] BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf" Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" diff --git a/docs/Project.toml b/docs/Project.toml index 7a0920f25..4e8ac597e 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -1,3 +1,7 @@ [deps] Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" SymbolicUtils = "d1185830-fcd6-423d-90d6-eec64667417b" + +[compat] +Documenter = "1.16.1" +SymbolicUtils = "4.7.0"