15 lines
297 B
Plaintext
15 lines
297 B
Plaintext
plugins {
|
|
id("space.kscience.gradle.jvm")
|
|
}
|
|
|
|
description = "Google tensorflow connector"
|
|
|
|
dependencies {
|
|
api(projects.kmathTensors)
|
|
api(libs.tensorflow.core.api)
|
|
testImplementation(libs.tensorflow.core.platform)
|
|
}
|
|
|
|
readme {
|
|
maturity = space.kscience.gradle.Maturity.PROTOTYPE
|
|
} |