Skip to content

Commit

Permalink
CompatHelper: bump compat for NNlib to 0.9 for package nmf, (keep exi…
Browse files Browse the repository at this point in the history
…sting compat)
  • Loading branch information
CompatHelper Julia committed Jun 15, 2023
1 parent 9da044c commit 938b255
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/nmf/Project.toml
Expand Up @@ -13,14 +13,14 @@ Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"

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

0 comments on commit 938b255

Please sign in to comment.