forked from kscience/kmath
Replace dl4j with nd4j dependency
This commit is contained in:
parent
07e39a068d
commit
86818f6864
@ -13,7 +13,7 @@ plugins {
|
|||||||
dependencies {
|
dependencies {
|
||||||
api(project(":kmath-core"))
|
api(project(":kmath-core"))
|
||||||
api("org.nd4j:nd4j-api:1.0.0-beta7")
|
api("org.nd4j:nd4j-api:1.0.0-beta7")
|
||||||
testImplementation("org.deeplearning4j:deeplearning4j-core:1.0.0-beta7")
|
testImplementation("org.nd4j:nd4j-native:1.0.0-beta7")
|
||||||
testImplementation("org.nd4j:nd4j-native-platform:1.0.0-beta7")
|
testImplementation("org.nd4j:nd4j-native-platform:1.0.0-beta7")
|
||||||
testImplementation("org.slf4j:slf4j-simple:1.7.30")
|
testImplementation("org.slf4j:slf4j-simple:1.7.30")
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user