Update plotly.kt and SLF4J
This commit is contained in:
parent
065f95f912
commit
fe21f0c954
@ -41,9 +41,9 @@ dependencies {
|
|||||||
// } else
|
// } else
|
||||||
implementation("org.nd4j:nd4j-native-platform:1.0.0-beta7")
|
implementation("org.nd4j:nd4j-native-platform:1.0.0-beta7")
|
||||||
|
|
||||||
implementation("org.slf4j:slf4j-simple:1.7.30")
|
implementation("org.slf4j:slf4j-simple:1.7.31")
|
||||||
// plotting
|
// plotting
|
||||||
implementation("space.kscience:plotlykt-server:0.4.0")
|
implementation("space.kscience:plotlykt-server:0.4.2")
|
||||||
//jafama
|
//jafama
|
||||||
implementation(project(":kmath-jafama"))
|
implementation(project(":kmath-jafama"))
|
||||||
}
|
}
|
||||||
|
@ -9,7 +9,7 @@ dependencies {
|
|||||||
api(project(":kmath-tensors"))
|
api(project(":kmath-tensors"))
|
||||||
api("org.nd4j:nd4j-api:1.0.0-M1")
|
api("org.nd4j:nd4j-api:1.0.0-M1")
|
||||||
testImplementation("org.nd4j:nd4j-native-platform:1.0.0-M1")
|
testImplementation("org.nd4j:nd4j-native-platform:1.0.0-M1")
|
||||||
testImplementation("org.slf4j:slf4j-simple:1.7.30")
|
testImplementation("org.slf4j:slf4j-simple:1.7.31")
|
||||||
}
|
}
|
||||||
|
|
||||||
readme {
|
readme {
|
||||||
|
@ -34,7 +34,7 @@ dependencies {
|
|||||||
api("org.hipparchus:hipparchus-stat:1.8")
|
api("org.hipparchus:hipparchus-stat:1.8")
|
||||||
|
|
||||||
api(project(":kmath-core"))
|
api(project(":kmath-core"))
|
||||||
testImplementation("org.slf4j:slf4j-simple:1.7.30")
|
testImplementation("org.slf4j:slf4j-simple:1.7.31")
|
||||||
}
|
}
|
||||||
|
|
||||||
readme {
|
readme {
|
||||||
|
Loading…
Reference in New Issue
Block a user