kmath/kmath-nd4j/build.gradle.kts

12 lines
330 B
Plaintext
Raw Normal View History

2020-09-20 12:45:26 +03:00
plugins {
id("ru.mipt.npm.jvm")
2020-09-20 12:45:26 +03:00
}
2020-06-11 10:10:39 +03:00
dependencies {
api(project(":kmath-core"))
api("org.nd4j:nd4j-api:1.0.0-beta7")
testImplementation("org.deeplearning4j:deeplearning4j-core:1.0.0-beta7")
testImplementation("org.nd4j:nd4j-native-platform:1.0.0-beta7")
testImplementation("org.slf4j:slf4j-simple:1.7.30")
2020-06-11 08:16:22 +03:00
}