Skip to content
This repository has been archived by the owner on May 21, 2022. It is now read-only.

Commit

Permalink
add Penalties to build
Browse files Browse the repository at this point in the history
  • Loading branch information
tbreloff committed Sep 1, 2016
1 parent 4b4407a commit a4ae534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/build.jl
@@ -1,5 +1,5 @@

for pkg in ("Transformations", "ObjectiveFunctions", "Losses", "StochasticOptimization", "MLMetrics", "CatViews")
for pkg in ("Transformations", "ObjectiveFunctions", "Losses", "StochasticOptimization", "MLMetrics", "CatViews", "Penalties")
org = pkg == "CatViews" ? "ahwillia" : "JuliaML"
try
avail = Pkg.available(pkg)
Expand Down

0 comments on commit a4ae534

Please sign in to comment.