Skip to content

Commit 1eebc7f

Browse files
committed
suggested fix for #212
1 parent 1461fc0 commit 1eebc7f

File tree

4 files changed

+8
-1
lines changed

4 files changed

+8
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ julia:
99
- 1.0
1010
- 1.1
1111
- 1.2
12+
- 1.3
13+
- 1.4
1214
- nightly
1315
notifications:
1416
email: false

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "MLJModels"
22
uuid = "d491faf4-2d78-11e9-2867-c94bc002c0b7"
33
authors = ["Anthony D. Blaom <[email protected]>"]
4-
version = "0.9.4"
4+
version = "0.9.5"
55

66
[deps]
77
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"

src/MLJModels.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,7 @@ function __init__()
8787
include("MultivariateStats.jl"))
8888
end
8989

90+
# Temporary fix for #212
91+
include("build.jl")
92+
9093
end # module

src/build.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
using Pkg
2+
Pkg.develop(PackageSpec("https://github.com/tlienart/OpenSpecFun_jll.jl"))

0 commit comments

Comments
 (0)