From a4242b1a22382f28db9f576c096c60cbc336cb22 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Sun, 17 Nov 2019 22:44:47 -0500 Subject: [PATCH 1/2] Add bounds to add deps --- Project.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Project.toml b/Project.toml index 427a488a2d..2625172dab 100644 --- a/Project.toml +++ b/Project.toml @@ -21,6 +21,14 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" julia = "1" Latexify = "0.11, 2" GeneralizedGenerated = "0.1.4" +DiffEqBase = "6" +DiffRules = "0.1" +DocStringExtensions = "0.7, 0.8" +Latexify = "0.12" +MacroTools = "0.5" +NaNMath = "0.3" +SpecialFunctions = "0.7, 0.8" +StaticArrays = "0.10, 0.11, 0.12" [extras] OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed" From 56c644f61c1135be2e6decb4cd546129f55bf4f4 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Sun, 17 Nov 2019 22:53:31 -0500 Subject: [PATCH 2/2] Update Project.toml --- Project.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 2625172dab..4aa939bc96 100644 --- a/Project.toml +++ b/Project.toml @@ -19,12 +19,11 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" [compat] julia = "1" -Latexify = "0.11, 2" -GeneralizedGenerated = "0.1.4" DiffEqBase = "6" DiffRules = "0.1" DocStringExtensions = "0.7, 0.8" -Latexify = "0.12" +Latexify = "0.11, 0.12" +GeneralizedGenerated = "0.1.4" MacroTools = "0.5" NaNMath = "0.3" SpecialFunctions = "0.7, 0.8"