Skip to content

Commit 5056219

Browse files
authored
Bump MLUtils compat to 0.4 (#276)
1 parent 00b9bfe commit 5056219

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

FastTabular/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ DataFrames = "1"
2525
FilePathsBase = "0.9"
2626
Flux = "0.12, 0.13"
2727
InlineTest = "0.2"
28-
MLUtils = "0.2, 0.3"
28+
MLUtils = "0.2, 0.3, 0.4"
2929
PrettyTables = "1.3"
3030
ShowCases = "0.1"
3131
Tables = "1"

FastText/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ WordTokenizers = "796a5d58-b03d-544a-977e-18100b691f6e"
1515
[compat]
1616
FastAI = "0.5"
1717
InlineTest = "0.2"
18-
MLUtils = "0.2"
18+
MLUtils = "0.2, 0.3, 0.4"
1919
julia = "1"

FastTimeSeries/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ FastAI = "0.5"
2323
FilePathsBase = "0.9"
2424
Flux = "0.12, 0.13"
2525
InlineTest = "0.2"
26-
MLUtils = "0.2"
26+
MLUtils = "0.2, 0.3, 0.4"
2727
UnicodePlots = "2, 3"
2828
Zygote = "0.6"
2929
julia = "1.6"

FastVision/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ImageIO = "0.6"
3636
ImageInTerminal = "0.4"
3737
IndirectArrays = "0.5, 1"
3838
InlineTest = "0.2"
39-
MLUtils = "0.2, 0.3"
39+
MLUtils = "0.2, 0.3, 0.4"
4040
MakieCore = "0.3, 0.4, 0.5, 0.6"
4141
ProgressMeter = "1"
4242
ShowCases = "0.1"

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ FluxTraining = "0.2, 0.3"
3535
InlineTest = "0.2"
3636
JLD2 = "0.4"
3737
MLDatasets = "0.7"
38-
MLUtils = "0.2.6, 0.3"
38+
MLUtils = "0.2.6, 0.3, 0.4"
3939
Parameters = "0.12"
4040
PrettyTables = "1.2, 2"
4141
Reexport = "1.0"

0 commit comments

Comments
 (0)