Skip to content

Commit ad988da

Browse files
authored
Allow OneHotArrays.jl v0.2 (#2109)
* allow OneHotArrays 0.2 * MLUtils 0.3.1
1 parent 4662c4c commit ad988da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ Adapt = "3.0"
2929
CUDA = "3"
3030
ChainRulesCore = "1.12"
3131
Functors = "0.3"
32-
MLUtils = "0.2, 0.3"
32+
MLUtils = "0.2, 0.3.1"
3333
MacroTools = "0.5"
3434
NNlib = "0.8.9"
3535
NNlibCUDA = "0.2.4"
36-
OneHotArrays = "0.1"
36+
OneHotArrays = "0.1, 0.2"
3737
Optimisers = "0.2.1"
3838
ProgressLogging = "0.1"
3939
Reexport = "0.2, 1.0"

0 commit comments

Comments
 (0)