Skip to content

Commit b37120f

Browse files
authored
Merge pull request #179 from scala-steward/update/nd4j-api-0.9.1
Update nd4j-api, nd4j-native-platform to 0.9.1
2 parents 322540c + 5d73301 commit b37120f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

benchmarks/build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
enablePlugins(JmhPlugin)
22

3-
libraryDependencies += "org.nd4j" % "nd4j-api" % "0.8.0"
3+
libraryDependencies += "org.nd4j" % "nd4j-api" % "0.9.1"
44

55
val nd4jRuntime = settingKey[String]("\"cuda-8.0\" to run benchmark on GPU, \"native\" to run benchmark on CPU.")
66

77
nd4jRuntime in Global := "native"
88

99
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.3"
1010

11-
libraryDependencies += "org.nd4j" % s"nd4j-${nd4jRuntime.value}-platform" % "0.8.0"
11+
libraryDependencies += "org.nd4j" % s"nd4j-${nd4jRuntime.value}-platform" % "0.9.1"
1212

1313
libraryDependencies += ("org.lwjgl" % "lwjgl" % "3.2.3").jar().classifier {
1414
import scala.util.Properties._

0 commit comments

Comments
 (0)