Skip to content

Commit

Permalink
CompatHelper: bump compat for MLDatasets to 0.6 for package nmf, (kee…
Browse files Browse the repository at this point in the history
…p existing compat)
  • Loading branch information
CompatHelper Julia committed May 7, 2022
1 parent a82e3fb commit 83806a4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions examples/nmf/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"

[compat]
MLDatasets = "0.5"
NNlib = "0.8"
NMF = "0.5"
LineSearches = "7"
Optim = "1"
Distances = "0.10"
LineSearches = "7"
Literate = "2"
OptimalTransport = "0.3"
LogExpFunctions = "0.3"
MLDatasets = "0.5, 0.6"
NMF = "0.5"
NNlib = "0.8"
Optim = "1"
OptimalTransport = "0.3"
Plots = "1"
StatsBase = "0.33"

0 comments on commit 83806a4

Please sign in to comment.