Update plotly.kt and SLF4J

This commit is contained in:
Iaroslav Postovalov 2021-07-28 05:52:23 +07:00
parent 065f95f912
commit fe21f0c954
3 changed files with 4 additions and 4 deletions

View File

@ -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"))
} }

View File

@ -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 {

View File

@ -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 {