Skip to content

Commit 00b9bfe

Browse files
authored
Bump dependencies (#274)
* Bump Makie-related compat * Bump Setfield as well * Bump and fix UnicodePlots v3
1 parent 3ae742a commit 00b9bfe

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

FastMakie/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
1212
[compat]
1313
FastAI = "0.5"
1414
InlineTest = "0.2"
15-
Makie = "0.17"
15+
Makie = "0.17, 0.18, 0.19"
1616
NNlib = "0.8"
1717
julia = "1.6"

FastVision/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ ImageInTerminal = "0.4"
3737
IndirectArrays = "0.5, 1"
3838
InlineTest = "0.2"
3939
MLUtils = "0.2, 0.3"
40-
MakieCore = "0.3"
40+
MakieCore = "0.3, 0.4, 0.5, 0.6"
4141
ProgressMeter = "1"
4242
ShowCases = "0.1"
4343
StaticArrays = "1.1"

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Parameters = "0.12"
4040
PrettyTables = "1.2, 2"
4141
Reexport = "1.0"
4242
Requires = "1"
43-
Setfield = "0.7, 0.8"
43+
Setfield = "0.7, 0.8, 1"
4444
TextAnalysis = "0.7"
4545
UnicodePlots = "2, 3"
4646
julia = "1.6"

src/training/lrfind.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ function lrfindtextplot!(io, result::LRFinderResult)
151151

152152
for (i, estimate) in enumerate(result.estimates)
153153
UnicodePlots.lines!(p, estimate, maximum(result.losses), estimate,
154-
minimum(result.losses), :red)
154+
minimum(result.losses); color = :red)
155155
UnicodePlots.annotate!(p, estimate, maximum(result.losses),
156156
string(round(estimate; sigdigits = 4)))
157157
end

0 commit comments

Comments
 (0)