Skip to content

Commit 3b2d82b

Browse files
authored
require newer versions of LaTeXStrings.jl and Plots.jl
1 parent e5a7020 commit 3b2d82b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
1717
PlotsExt = "Plots"
1818

1919
[compat]
20-
LaTeXStrings = "1"
20+
LaTeXStrings = "1.1"
2121
Latexify = "0.15, 0.16"
2222
LinearAlgebra = "1"
23-
Plots = "1"
23+
Plots = "1.35.3"
2424
Preferences = "1.3"
2525
RecipesBase = "1"
2626
julia = "1.10"

test/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
88

99
[compat]
1010
Aqua = "0.8"
11-
LaTeXStrings = "1"
12-
Plots = "1"
11+
LaTeXStrings = "1.1"
12+
Plots = "1.35.3"
1313
StaticArrays = "1.3"
1414
UnicodePlots = "3"

0 commit comments

Comments
 (0)