Skip to content

Commit

Permalink
Use extension instead of platform
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Nett <[email protected]>
  • Loading branch information
rnett committed Jul 1, 2021
1 parent 8293765 commit 28e6ba7
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ public class TensorflowKotlinIntegration : JupyterIntegration() {
"No version property found in the $tensorflowPropertiesFile resource, did you overwrite it?")
}

// TODO use ext instead of platform https://github.com/Kotlin/kotlin-jupyter/issues/285
dependencies("org.tensorflow:tensorflow-core-platform-gpu:$version")
dependencies("org.tensorflow:tensorflow-core-api:jar:$ext:$version")
dependencies("org.tensorflow:tensorflow-core-kotlin-jupyter:$version")
}
}

0 comments on commit 28e6ba7

Please sign in to comment.