Skip to content

Commit

Permalink
downgrade ejml and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
breandan committed Nov 29, 2020
1 parent d44e8e2 commit 576d5ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,12 @@ Kotlin∇ is hosted on [JitPack](https://jitpack.io/#breandan/kotlingrad).

```kotlin
repositories {
mavenCentral()
jcenter()
maven("https://jitpack.io")
maven("https://dl.bintray.com/egor-bogomolov/astminer")
}

dependencies {
implementation("com.github.breandan:kotlingrad:0.3.7")
implementation("com.github.breandan:kotlingrad:0.4.0")
}
```

Expand All @@ -102,7 +100,7 @@ dependencies {
<dependency>
<groupId>com.github.breandan</groupId>
<artifactId>kotlingrad</artifactId>
<version>0.3.7</version>
<version>0.4.0</version>
</dependency>
</project>
```
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ idea.module {

dependencies {
// implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.0")
implementation("com.github.breandan:kaliningraph")
api("com.github.breandan:kaliningraph")

// Mathematical libraries
implementation("ch.obermuhlner:big-math:2.3.0")
Expand Down
1 change: 0 additions & 1 deletion samples/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ dependencies {
implementation("com.github.lejon.T-SNE-Java:tsne:master-SNAPSHOT")
implementation("org.jetbrains.lets-plot-kotlin:lets-plot-kotlin-api:1.1.0")
implementation("io.github.vovak.astminer:astminer:0.6")
implementation("com.github.breandan:kaliningraph")
implementation("org.nield:kotlin-statistics:1.2.1")
}

Expand Down

0 comments on commit 576d5ef

Please sign in to comment.