Skip to content

Commit

Permalink
add all compathelper changes (#144)
Browse files Browse the repository at this point in the history
* CompatHelper: add new compat entry for LineSearches at version 7 for package nmf, (keep existing compat) (#138)

Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>
Co-authored-by: Stephen Zhang <syz@math.ubc.ca>

* CompatHelper: add new compat entry for NMF at version 0.5 for package nmf, (keep existing compat) (#139)

Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>
Co-authored-by: Stephen Zhang <syz@math.ubc.ca>

* CompatHelper: add new compat entry for NNlib at version 0.7 for package nmf, (keep existing compat) (#140)

Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>
Co-authored-by: Stephen Zhang <syz@math.ubc.ca>

* CompatHelper: add new compat entry for MLDatasets at version 0.5 for package nmf, (keep existing compat) (#141)

Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>
Co-authored-by: Stephen Zhang <syz@math.ubc.ca>

* CompatHelper: add new compat entry for StatsBase at version 0.33 for package nmf, (keep existing compat) (#142)

Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>

* CompatHelper: add new compat entry for ReverseDiff at version 1 for package variational, (keep existing compat) (#143)

Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>
  • Loading branch information
3 people authored Sep 12, 2021
1 parent c9e2ac6 commit cc3ab16
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/nmf/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,14 @@ Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"

[compat]
MLDatasets = "0.5"
NNlib = "0.7"
NMF = "0.5"
LineSearches = "7"
Optim = "1"
Distances = "0.10"
Literate = "2"
OptimalTransport = "0.3"
LogExpFunctions = "0.3"
Plots = "1"
StatsBase = "0.33"
1 change: 1 addition & 0 deletions examples/variational/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ LogExpFunctions = "0.3"
Optim = "1.4"
OptimalTransport = "0.3"
Plots = "1"
ReverseDiff = "1"
StatsBase = "0.33"
julia = "1"

0 comments on commit cc3ab16

Please sign in to comment.