moving to kmath-tensors to implementation

This commit is contained in:
Roland Grinis 2021-06-27 23:04:38 +01:00
parent 95d2b5b8d9
commit 8872263f45

View File

@ -15,7 +15,7 @@ plugins {
description = "Wrapper for the Bayesian Computation library NOA on top of LibTorch"
dependencies {
api(project(":kmath-tensors"))
implementation(project(":kmath-tensors"))
}
val home: String = System.getProperty("user.home")