Skip to content

Commit

Permalink
Merge pull request #133 from Samyssmile/feature/remove-ejml
Browse files Browse the repository at this point in the history
Remove ejml dependencies
  • Loading branch information
Samyssmile authored Nov 23, 2023
2 parents 5d72ba7 + 33fa823 commit 3244e05
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@ dependencies {
implementation(group: 'org.jcuda', name: "${lib}-natives", classifier: classifier, version: jCudaVersion)
}

// EJML dependencies
['ejml-core', 'ejml-ddense', 'ejml-simple'].each { lib ->
implementation "org.ejml:${lib}:0.43.1"
}

// JMH dependencies
implementation 'org.openjdk.jmh:jmh-core:1.37'
implementation 'org.openjdk.jmh:jmh-generator-annprocess:1.37'
Expand Down

0 comments on commit 3244e05

Please sign in to comment.