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

Commit

Permalink
require julia 0.5-; move CatViews to REQUIRE
Browse files Browse the repository at this point in the history
  • Loading branch information
tbreloff committed Sep 6, 2016
1 parent a4ae534 commit acbd6b4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,7 @@ os:
- linux
- osx
julia:
- release
- 0.5
- nightly
notifications:
email: false
Expand Down
3 changes: 2 additions & 1 deletion REQUIRE
@@ -1,5 +1,6 @@
julia 0.4
julia 0.5-

Reexport
LearnBase
MLDataUtils
CatViews
2 changes: 1 addition & 1 deletion deps/build.jl
@@ -1,5 +1,5 @@

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

0 comments on commit acbd6b4

Please sign in to comment.