Skip to content

Commit

Permalink
Change coordinates for xgboost as jcenter version has become unavailable
Browse files Browse the repository at this point in the history
  • Loading branch information
mcovarr committed Jun 22, 2023
1 parent 691bbbc commit 96b13ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ dependencies {
implementation 'org.xerial:sqlite-jdbc:3.20.1'

// Required for SV Discovery machine learning
implementation group: 'biz.k11i', name: 'xgboost-predictor', version: '0.3.0'
implementation group: 'ai.h2o', name: 'xgboost-predictor', version: '0.3.1'

// natural sort
implementation('net.grey-panther:natural-comparator:1.1')
Expand Down

0 comments on commit 96b13ac

Please sign in to comment.