Skip to content
This repository was archived by the owner on Nov 4, 2022. It is now read-only.

Commit f94b0d5

Browse files
authored
Update package_installs.jl
1 parent 26d4b43 commit f94b0d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package_installs.jl

+3
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,7 @@ Pkg.build("XGBoost")
6262
Pkg.clone("https://github.com/benhamner/MachineLearning.jl")
6363
Pkg.pin("MachineLearning")
6464

65+
Pkg.clone("https://github.com/Allardvm/LightGBM.jl.git")
66+
ENV["LIGHTGBM_PATH"] = "../LightGBM"
67+
6568
Pkg.resolve()

0 commit comments

Comments
 (0)