Skip to content

Commit

Permalink
Update djl
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 24, 2021
1 parent bd587d4 commit a061b76
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ kotlin {
implementation("com.zaxxer:HikariCP:3.4.5")
implementation("com.github.ben-manes.caffeine:caffeine:2.9.0")

implementation("ai.djl:api:0.3.0")
implementation("ai.djl:model-zoo:0.3.0")
runtimeOnly("ai.djl.mxnet:mxnet-engine:0.3.0")
runtimeOnly("ai.djl.mxnet:mxnet-native-auto:1.6.0")
implementation("ai.djl:api:0.10.0")
implementation("ai.djl:model-zoo:0.10.0")
runtimeOnly("ai.djl.mxnet:mxnet-engine:0.10.0")
runtimeOnly("ai.djl.mxnet:mxnet-native-auto:1.8.0")
}
}
val jvmTest by getting {
Expand Down
8 changes: 4 additions & 4 deletions games-server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ dependencies {
compile group: 'org.postgresql', name: 'postgresql', version: '42.2.19'
compile 'com.zaxxer:HikariCP:3.4.5'
compile 'com.github.ben-manes.caffeine:caffeine:2.9.0'
compile group: 'ai.djl', name: 'api', version: '0.3.0'
compile group: 'ai.djl', name: 'model-zoo', version: '0.3.0'
runtime group: 'ai.djl.mxnet', name: 'mxnet-engine', version: '0.3.0'
runtime group: 'ai.djl.mxnet', name: 'mxnet-native-auto', version: '1.6.0'
compile group: 'ai.djl', name: 'api', version: '0.10.0'
compile group: 'ai.djl', name: 'model-zoo', version: '0.10.0'
runtime group: 'ai.djl.mxnet', name: 'mxnet-engine', version: '0.10.0'
runtime group: 'ai.djl.mxnet', name: 'mxnet-native-auto', version: '1.8.0'

testCompile "org.junit.jupiter:junit-jupiter-api:$jupiter_version"
testCompile "org.junit.jupiter:junit-jupiter-params:$jupiter_version"
Expand Down

0 comments on commit a061b76

Please sign in to comment.