Skip to content

Commit

Permalink
Update LightGBM version to 3.3.5 (#1910)
Browse files Browse the repository at this point in the history
  • Loading branch information
svotaw authored Apr 10, 2023
1 parent b1e584e commit f51327e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ lazy val deepLearning = (project in file("deep-learning"))
lazy val lightgbm = (project in file("lightgbm"))
.dependsOn(core % "test->test;compile->compile")
.settings(settings ++ Seq(
libraryDependencies += ("com.microsoft.ml.lightgbm" % "lightgbmlib" % "3.3.300"),
libraryDependencies += ("com.microsoft.ml.lightgbm" % "lightgbmlib" % "3.3.500"),
name := "synapseml-lightgbm"
): _*)

Expand Down

0 comments on commit f51327e

Please sign in to comment.