Skip to content

Commit faff476

Browse files
authored
Merge pull request #160 from korsbo/latexify_compat
Fix broken Latexify compat constraint.
2 parents c707836 + 46292d7 commit faff476

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "DiffEqBiological"
22
uuid = "eb300fae-53e8-50a0-950c-e21f52c2b7e0"
3-
version = "4.0.1"
3+
version = "4.0.2"
44

55
[deps]
66
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
@@ -22,7 +22,7 @@ SymEngine = "123dc426-2d89-5057-bbad-38513e3affd8"
2222
DiffEqBase = "6"
2323
DiffEqJump = "6"
2424
julia = "1"
25-
Latexify = "0.11.0, 2"
25+
Latexify = ">= 0.11"
2626

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

0 commit comments

Comments
 (0)