Skip to content

Commit

Permalink
Bump MLUtils compat to 0.4 (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzoh authored Jan 7, 2023
1 parent 00b9bfe commit 5056219
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion FastTabular/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ DataFrames = "1"
FilePathsBase = "0.9"
Flux = "0.12, 0.13"
InlineTest = "0.2"
MLUtils = "0.2, 0.3"
MLUtils = "0.2, 0.3, 0.4"
PrettyTables = "1.3"
ShowCases = "0.1"
Tables = "1"
Expand Down
2 changes: 1 addition & 1 deletion FastText/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ WordTokenizers = "796a5d58-b03d-544a-977e-18100b691f6e"
[compat]
FastAI = "0.5"
InlineTest = "0.2"
MLUtils = "0.2"
MLUtils = "0.2, 0.3, 0.4"
julia = "1"
2 changes: 1 addition & 1 deletion FastTimeSeries/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ FastAI = "0.5"
FilePathsBase = "0.9"
Flux = "0.12, 0.13"
InlineTest = "0.2"
MLUtils = "0.2"
MLUtils = "0.2, 0.3, 0.4"
UnicodePlots = "2, 3"
Zygote = "0.6"
julia = "1.6"
Expand Down
2 changes: 1 addition & 1 deletion FastVision/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ImageIO = "0.6"
ImageInTerminal = "0.4"
IndirectArrays = "0.5, 1"
InlineTest = "0.2"
MLUtils = "0.2, 0.3"
MLUtils = "0.2, 0.3, 0.4"
MakieCore = "0.3, 0.4, 0.5, 0.6"
ProgressMeter = "1"
ShowCases = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ FluxTraining = "0.2, 0.3"
InlineTest = "0.2"
JLD2 = "0.4"
MLDatasets = "0.7"
MLUtils = "0.2.6, 0.3"
MLUtils = "0.2.6, 0.3, 0.4"
Parameters = "0.12"
PrettyTables = "1.2, 2"
Reexport = "1.0"
Expand Down

0 comments on commit 5056219

Please sign in to comment.