Skip to content

Commit 015a49a

Browse files
Merge pull request #199 from JuliaDiffEq/ChrisRackauckas-patch-1
Add bounds to add deps
2 parents 8d45aac + 56c644f commit 015a49a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Project.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,15 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1919

2020
[compat]
2121
julia = "1"
22-
Latexify = "0.11, 2"
22+
DiffEqBase = "6"
23+
DiffRules = "0.1"
24+
DocStringExtensions = "0.7, 0.8"
25+
Latexify = "0.11, 0.12"
2326
GeneralizedGenerated = "0.1.4"
27+
MacroTools = "0.5"
28+
NaNMath = "0.3"
29+
SpecialFunctions = "0.7, 0.8"
30+
StaticArrays = "0.10, 0.11, 0.12"
2431

2532
[extras]
2633
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"

0 commit comments

Comments
 (0)