Skip to content

Commit 5d966fa

Browse files
authored
MLUtils 0.3 compat for subpackages (#268)
1 parent 5da0e61 commit 5d966fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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"
28+
MLUtils = "0.2, 0.3"
2929
PrettyTables = "1.3"
3030
ShowCases = "0.1"
3131
Tables = "1"

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"
39+
MLUtils = "0.2, 0.3"
4040
MakieCore = "0.3"
4141
ProgressMeter = "1"
4242
ShowCases = "0.1"

0 commit comments

Comments
 (0)