Skip to content

Commit f645e2d

Browse files
committed
only use kmath for test
1 parent 3771a87 commit f645e2d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ dependencies {
1010
// Mathematical libraries
1111
implementation("ch.obermuhlner:big-math:2.3.0")
1212
val kmathVersion by extra { "0.1.4-dev-8" }
13-
implementation("scientifik:kmath-core:$kmathVersion")
14-
implementation("scientifik:kmath-ast:$kmathVersion")
15-
implementation("scientifik:kmath-prob:$kmathVersion")
13+
testImplementation("scientifik:kmath-core:$kmathVersion")
14+
testImplementation("scientifik:kmath-ast:$kmathVersion")
15+
testImplementation("scientifik:kmath-prob:$kmathVersion")
1616
// implementation("com.ionspin.kotlin:bignum:0.1.0")
1717
// implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:_")
1818
testImplementation("org.ejml:ejml-kotlin:0.39")

0 commit comments

Comments
 (0)