Skip to content

Commit

Permalink
disable kmath
Browse files Browse the repository at this point in the history
  • Loading branch information
breandan committed Jul 27, 2020
1 parent e3406eb commit d1abd98
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repositories {
maven("https://jitpack.io")
maven("https://dl.bintray.com/kotlin/kotlin-eap")
jcenter()
maven("https://dl.bintray.com/mipt-npm/dev")
// maven("https://dl.bintray.com/mipt-npm/dev")
}

dependencies {
Expand All @@ -27,10 +27,10 @@ dependencies {
implementation("com.github.kwebio:kweb-core:0.7.20")
implementation("org.slf4j:slf4j-simple:1.7.30")

val kmathVersion by extra { "0.1.4-dev-8" }
implementation("scientifik:kmath-core:$kmathVersion")
implementation("scientifik:kmath-ast:$kmathVersion")
implementation("scientifik:kmath-prob:$kmathVersion")
// val kmathVersion by extra { "0.1.4-dev-8" }
// implementation("scientifik:kmath-core:$kmathVersion")
// implementation("scientifik:kmath-ast:$kmathVersion")
// implementation("scientifik:kmath-prob:$kmathVersion")

testImplementation("com.github.ajalt:clikt:2.6.0")

Expand Down

0 comments on commit d1abd98

Please sign in to comment.