diff --git a/Project.toml b/Project.toml index a6fe50ec..3ce78192 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "MeasureBase" uuid = "fa1605e6-acd5-459c-a1e6-7e635759db14" authors = ["Chad Scherrer and contributors"] -version = "0.14.7" +version = "0.14.8" [deps] ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4" @@ -41,14 +41,17 @@ IfElse = "0.1" IntervalSets = "0.7" InverseFunctions = "0.1.8" IrrationalConstants = "0.1, 0.2" +LinearAlgebra = "1" LogExpFunctions = "0.3" LogarithmicNumbers = "1" MappedArrays = "0.4" NaNMath = "0.3, 1" PrettyPrinting = "0.3, 0.4" +Random = "1" Reexport = "1" SpecialFunctions = "2" Static = "0.8" Statistics = "1" +Test = "1" Tricks = "0.1" -julia = "1.3" +julia = "1.6"