Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/Downgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
with:
ALLOW_RERESOLVE: false
allow_reresolve: false
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
PlotsExt = "Plots"

[compat]
LaTeXStrings = "1"
LaTeXStrings = "1.1"
Latexify = "0.15, 0.16"
LinearAlgebra = "1"
Plots = "1"
Plots = "1.35.3"
Preferences = "1.3"
RecipesBase = "1"
RecipesBase = "1.2"
julia = "1.10"

[extras]
Expand Down
6 changes: 3 additions & 3 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"

[compat]
Aqua = "0.8"
LaTeXStrings = "1"
Plots = "1"
LaTeXStrings = "1.1"
Plots = "1.35.3"
StaticArrays = "1.3"
UnicodePlots = "2, 3"
UnicodePlots = "3"
Loading